[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] make the current page we"re on show up differently in the l...
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] make the current page we"re on show up differently in the l...
- From: arma@xxxxxxxx (Roger Dingledine)
- Date: Tue, 21 Dec 2004 02:36:39 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Tue, 21 Dec 2004 02:36:57 -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 the current page we're on show up differently in the links list
Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- stylesheet.css 21 Dec 2004 06:07:39 -0000 1.3
+++ stylesheet.css 21 Dec 2004 07:36:37 -0000 1.4
@@ -132,6 +132,9 @@
text-align: center;
}
+a.current {
+ color: orange;
+}
/* The links */
TD.links {