[pypy-svn] r17144 - pypy/dist/pypy/doc

hpk at codespeak.net hpk at codespeak.net
Thu Sep 1 09:11:15 CEST 2005


Author: hpk
Date: Thu Sep  1 09:11:15 2005
New Revision: 17144

Modified:
   pypy/dist/pypy/doc/style.css
Log:
smaller fonts for menu/links


Modified: pypy/dist/pypy/doc/style.css
==============================================================================
--- pypy/dist/pypy/doc/style.css	(original)
+++ pypy/dist/pypy/doc/style.css	Thu Sep  1 09:11:15 2005
@@ -111,7 +111,7 @@
 
 span.menu_selected {
 	color: black;
-  	font: 140% Verdana, Helvetica, Arial, sans-serif;
+  	font: 120% Verdana, Helvetica, Arial, sans-serif;
 	text-decoration: none;
     padding-right: 0.3em;
     background-color: #cccccc;
@@ -120,14 +120,14 @@
 
 a.menu {
   	/*color: #3ba6ec; */
-  	font: 140% Verdana, Helvetica, Arial, sans-serif;
+  	font: 120% Verdana, Helvetica, Arial, sans-serif;
 	text-decoration: none;
     padding-right: 0.3em;
 }
 
 a.menu[href]:visited, a.menu[href]:link{
   	/*color: #3ba6ec; */
-  	font: 140% Verdana, Helvetica, Arial, sans-serif;
+  	font: 120% Verdana, Helvetica, Arial, sans-serif;
 	text-decoration: none;
 }
 



More information about the Pypy-commit mailing list