You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/08/22 13:26:55 UTC

svn commit: r806841 - /ofbiz/trunk/framework/images/webapp/images/ecommain.css

Author: jleroux
Date: Sat Aug 22 11:26:54 2009
New Revision: 806841

URL: http://svn.apache.org/viewvc?rev=806841&view=rev
Log:
Font size was too big (in French it breaks the layer)

Modified:
    ofbiz/trunk/framework/images/webapp/images/ecommain.css

Modified: ofbiz/trunk/framework/images/webapp/images/ecommain.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/images/webapp/images/ecommain.css?rev=806841&r1=806840&r2=806841&view=diff
==============================================================================
--- ofbiz/trunk/framework/images/webapp/images/ecommain.css (original)
+++ ofbiz/trunk/framework/images/webapp/images/ecommain.css Sat Aug 22 11:26:54 2009
@@ -24,10 +24,10 @@
 General Styles
 ***********************************************/
 body {
-background: #fff; 
+background: #fff;
 color: #333;
 font-family: Arial, Helvetica, sans-serif;
-font-size:.75em;
+font-size:.65em;
 line-height:1.5em;
 text-align:center;
 }
@@ -1015,4 +1015,4 @@
 
 .fieldwitherrors .calendar_date_select {
 border:2px solid red;
-}
\ No newline at end of file
+}