r34 - trunk/www.openmoko.org/space_www_www

laforge at sita.openmoko.org laforge at sita.openmoko.org
Wed Feb 14 16:01:40 CET 2007


Author: laforge
Date: 2007-02-14 16:01:39 +0100 (Wed, 14 Feb 2007)
New Revision: 34

Modified:
   trunk/www.openmoko.org/space_www_www/style.css
Log:
we don't want to use fonts smaller than the default browser font size


Modified: trunk/www.openmoko.org/space_www_www/style.css
===================================================================
--- trunk/www.openmoko.org/space_www_www/style.css	2007-02-14 09:23:24 UTC (rev 33)
+++ trunk/www.openmoko.org/space_www_www/style.css	2007-02-14 15:01:39 UTC (rev 34)
@@ -6,7 +6,7 @@
 
 body {
 	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, Helvetica, sans-serif;
-	font-size: 0.75em;
+	font-size: 1em;
 	color: #333;
 }
 





More information about the webdesign-commitlog mailing list