Author: kschenk
Date: Thu Oct  4 21:33:43 2012
New Revision: 1394276

URL: http://svn.apache.org/viewvc?rev=1394276&view=rev
Log:
Using margins instead of padding.

Modified:
    incubator/ooo/ooo-site/trunk/content/test/home.css

Modified: incubator/ooo/ooo-site/trunk/content/test/home.css
URL: 
http://svn.apache.org/viewvc/incubator/ooo/ooo-site/trunk/content/test/home.css?rev=1394276&r1=1394275&r2=1394276&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/test/home.css (original)
+++ incubator/ooo/ooo-site/trunk/content/test/home.css Thu Oct  4 21:33:43 2012
@@ -4,9 +4,9 @@
 
 #actionstatements { margin: 40px 0 50px 3%; width: 60%; float: left; }
 #actionstatements a { text-decoration: none; width: 100%; display: inline; 
outline: none; margin: 0; }
-#actionstatements h2 { font-size: 1.5em; line-height:105%; color: #666; 
margin: 0; padding: 5px 0px 5px 60px; border: none; }
-#actionstatements h2 a { color: #444; padding: 5px 0px 5px 60px; }
-#actionstatements p { margin: 0; padding: 5px 0px 5px 60px; line-height: 150%; 
color: #999; font-size: .8em; }
+#actionstatements h2 { font-size: 1.5em; line-height:105%; color: #666; 
margin: 5px 0px 5px 60px; padding: 0px; border: none; }
+#actionstatements h2 a { color: #444; }
+#actionstatements p { margin: 5px 0px 5px 60px; padding: 0px; line-height: 
150%; color: #999; font-size: .8em; }
 #actionstatements p a { color: #555;  }
 
 #actionstatements ul { margin: 0; padding: 0; }


Reply via email to