[cc-commits] [CC SVN] r13192 - ccwordpress/trunk/www/wp-content/themes/cclearn

webmaster at creativecommons.org webmaster at creativecommons.org
Fri Jul 31 13:22:24 EDT 2009


Author: akozak
Date: 2009-07-31 17:22:24 +0000 (Fri, 31 Jul 2009)
New Revision: 13192

Modified:
   ccwordpress/trunk/www/wp-content/themes/cclearn/style.css
Log:
Change default text size


Modified: ccwordpress/trunk/www/wp-content/themes/cclearn/style.css
===================================================================
--- ccwordpress/trunk/www/wp-content/themes/cclearn/style.css	2009-07-31 17:16:11 UTC (rev 13191)
+++ ccwordpress/trunk/www/wp-content/themes/cclearn/style.css	2009-07-31 17:22:24 UTC (rev 13192)
@@ -9,7 +9,7 @@
 
 * { margin: 0; padding: 0; }
 
-body { background-color: #fff; color: #333; font: 12px arial, sans-serif !important; line-height:1.5em !important; text-align: center; }
+body { background-color: #fff; color: #333; font: 62.5% Arial, sans-serif !important; line-height:1.5em !important; text-align: center; }
 
 .box { text-align: left; margin: 0 auto; width: 91%; min-width: 765px; max-width: 1000px; } /* replaces #wrapper */
 .content-box { float: left; padding-top: 15px;/* border-top: 1px solid #ddd;*/ margin-right: 1%; overflow: hidden; }




More information about the cc-commits mailing list