[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] make all the links (visited and not-yet-visited) underlined
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] make all the links (visited and not-yet-visited) underlined
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Sat, 1 Jan 2005 20:32:34 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sat, 01 Jan 2005 20:32:51 -0500
- Reply-to: or-dev@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website
Modified Files:
stylesheet.css
Log Message:
make all the links (visited and not-yet-visited) underlined
Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- stylesheet.css 31 Dec 2004 17:08:26 -0000 1.7
+++ stylesheet.css 2 Jan 2005 01:32:32 -0000 1.8
@@ -159,13 +159,11 @@
TD.links A:link, TD.links A:visited {
color: white;
- text-decoration: none;
font-size: 11px;
}
TD.links A:hover {
color: orange;
- text-decoration: underline;
}
@@ -184,7 +182,7 @@
*/
H1 {
font-size: 12pt;
- margin-bottom: 0.5em;
+ margin-bottom: 0.5em;
}
H2
@@ -203,13 +201,11 @@
A:link {
color: blue;
font-size: 10pt;
- text-decoration: none;
}
A:visited {
color: purple;
font-size: 10pt;
- text-decoration: none;
}
TD {