Author: dblevins
Date: Sat Mar 26 06:55:45 2011
New Revision: 1085657

URL: http://svn.apache.org/viewvc?rev=1085657&view=rev
Log:
Giving a try the wikipedia font size and height

Modified:
    openejb/trunk/website/html/all.css

Modified: openejb/trunk/website/html/all.css
URL: 
http://svn.apache.org/viewvc/openejb/trunk/website/html/all.css?rev=1085657&r1=1085656&r2=1085657&view=diff
==============================================================================
--- openejb/trunk/website/html/all.css (original)
+++ openejb/trunk/website/html/all.css Sat Mar 26 06:55:45 2011
@@ -1,10 +1,10 @@
 body {
   background: #fff;
   font-family: arial, helvetica, sans-serif;
-  font-size: 12px;
+  font-size: 0.8em;
   margin: 0px;
   padding: 0px;
-  line-height: 16px;
+  line-height: 1.5em;
   color: #222222;
 }
 


Reply via email to