r202 - trunk/projects.openmoko.org/usr_share_gforge_www_themes/openmoko
roh at sita.openmoko.org
roh at sita.openmoko.org
Mon Mar 10 14:27:20 CET 2008
Author: roh
Date: 2008-03-10 14:27:19 +0100 (Mon, 10 Mar 2008)
New Revision: 202
Modified:
trunk/projects.openmoko.org/usr_share_gforge_www_themes/openmoko/Theme.class
Log:
- add patch to set bg and fg color, do not assume everyone has black on white as default
Modified: trunk/projects.openmoko.org/usr_share_gforge_www_themes/openmoko/Theme.class
===================================================================
--- trunk/projects.openmoko.org/usr_share_gforge_www_themes/openmoko/Theme.class 2008-03-10 01:49:03 UTC (rev 201)
+++ trunk/projects.openmoko.org/usr_share_gforge_www_themes/openmoko/Theme.class 2008-03-10 13:27:19 UTC (rev 202)
@@ -77,6 +77,8 @@
margin-left: 3;
margin-right: 3;
margin-bottom: 3;
+ background-color: white;
+ color: black;
}
ol,ul,p,body,td,tr,th,form { font-family: <?php echo $site_fonts; ?>; font-size:<?php echo $this->FONTSIZE; ?>;
color: <?php echo $this->FONTCOLOR_CONTENT ?>; }
More information about the webdesign-commitlog
mailing list