make the current page we're on show up differently in the links list
Roger Dingledine

Roger Dingledine commited on 2004-12-21 08:36:37
Zeige 1 geänderte Dateien mit 3 Einfügungen und 0 Löschungen.

... ...
@@ -132,6 +132,9 @@ DIV.sidebar {
132 132
 	text-align: center;
133 133
 }
134 134
 
135
+a.current {
136
+	color: orange;
137
+}
135 138
 
136 139
 /* The links */
137 140
 TD.links {
138 141