You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ma...@apache.org on 2014/09/12 00:18:10 UTC

svn commit: r1624409 - /openoffice/ooo-site/trunk/content/home.css

Author: marcus
Date: Thu Sep 11 22:18:10 2014
New Revision: 1624409

URL: http://svn.apache.org/r1624409
Log:
Decreased the space between blue top nav bar and first item

Modified:
    openoffice/ooo-site/trunk/content/home.css

Modified: openoffice/ooo-site/trunk/content/home.css
URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/home.css?rev=1624409&r1=1624408&r2=1624409&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/home.css (original)
+++ openoffice/ooo-site/trunk/content/home.css Thu Sep 11 22:18:10 2014
@@ -19,7 +19,8 @@
 #bodycol, #midcol { margin: 0px; width: 100%; width: auto; }
 #breadcrumbs { visibility: hidden; }
 
-#actionstatements { margin: 40px 0 50px 3%; width: 60%; float: left; }
+#actionstatements { margin: 23px 0 50px 3%; width: 60%; float: left; }
+/* #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: 5px 0px 5px 60px; padding: 0px; border: none; }
 #actionstatements h2 a { color: #444; }
@@ -69,7 +70,7 @@
 #actionstatements div.action-download p.options a { color: #546828; }
 #actionstatements div.action-download p.options:hover a:hover { color: #2E3816; }
 
-#news { width: 30%; float: right; margin: 0 3% 0 0; }
+#news { float: right; margin: 1% 3% 0 0; height: 520px; width: 30%; }
 #news div.campaign { min-height: 50px; width: 90%; padding: 30px 5% 5px 5%; margin: 10px 0 0 0; background: url(http://www.openoffice.org/images/campaign-divider.png) no-repeat center top; clear: right; }
 #news div.campaign h2 { margin: 0; padding: 0; border: none; width: 100%; color: #06338B; background: none; }
 #news div.campaign p { line-height: 150%; padding: 10px 0 0 0; color: #333; text-align: left; background: none; }