commit the smalllink class that doesn't work
Roger Dingledine

Roger Dingledine commited on 2004-12-21 07:07:39
Zeige 2 geänderte Dateien mit 5 Einfügungen und 1 Löschungen.

... ...
@@ -138,7 +138,7 @@ alt="Tor development is supported by EFF"></a>
138 138
 
139 139
 </div>
140 140
   <div class="bottom" id="bottom">
141
-     <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
141
+     <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
142 142
      $Id$
143 143
   </div>
144 144
 </body>
... ...
@@ -202,6 +202,10 @@ TD {
202 202
 	vertical-align: top;
203 203
 }
204 204
 
205
+A.smalllink {
206
+	font-size: 8px;
207
+}
208
+
205 209
 /*
206 210
 END custom styles
207 211
 */
208 212