[or-cvs] experiment with making the bottom-line cleaner

Roger Dingledine arma at seul.org
Sun Nov 14 06:41:34 UTC 2004


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

Modified Files:
	default.css index.html 
Log Message:
experiment with making the bottom-line cleaner


Index: default.css
===================================================================
RCS file: /home2/or/cvsroot/website/default.css,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- default.css	14 Nov 2004 05:40:19 -0000	1.1
+++ default.css	14 Nov 2004 06:41:31 -0000	1.2
@@ -40,6 +40,11 @@
 	color: inherit;
 }
 
+.notes {
+  font-size: 85%;
+  font-style: italic;
+}
+
 .newsItemTitle {
     font-style: normal;
     font-weight: bold;

Index: index.html
===================================================================
RCS file: /home2/or/cvsroot/website/index.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- index.html	14 Nov 2004 06:05:34 -0000	1.3
+++ index.html	14 Nov 2004 06:41:31 -0000	1.4
@@ -57,7 +57,7 @@
 to run a server</a>. Thanks!</p>
 
 <hr>
-<i>$Id$ <a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></i>
+<p class="notes">Id$ <a href="mailto:tor-webmaster at freehaven.net">Webmaster</a></p>
 
   </div><!-- #main -->
 </body>



More information about the tor-commits mailing list