[or-cvs] commit the smalllink class that doesn"t work

Roger Dingledine arma at seul.org
Tue Dec 21 06:07:41 UTC 2004


Update of /home2/or/cvsroot/website
In directory moria.mit.edu:/home2/arma/work/onion/cvs/website

Modified Files:
	index.html stylesheet.css 
Log Message:
commit the smalllink class that doesn't work


Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- index.html	21 Dec 2004 05:48:02 -0000	1.38
+++ index.html	21 Dec 2004 06:07:39 -0000	1.39
@@ -138,7 +138,7 @@
 
 </div>
   <div class="bottom" id="bottom">
-     <i><a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i> -
+     <i><a href="mailto:tor-webmaster at freehaven.net" class="smalllink">Webmaster</a></i> -
      $Id$
   </div>
 </body>

Index: stylesheet.css
===================================================================
RCS file: /home2/or/cvsroot/website/stylesheet.css,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- stylesheet.css	21 Dec 2004 03:53:52 -0000	1.2
+++ stylesheet.css	21 Dec 2004 06:07:39 -0000	1.3
@@ -202,6 +202,10 @@
 	vertical-align: top;
 }
 
+A.smalllink {
+	font-size: 8px;
+}
+
 /*
 END custom styles
 */



More information about the tor-commits mailing list