You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ks...@apache.org on 2012/10/11 00:30:03 UTC

svn commit: r1396837 - /incubator/ooo/ooo-site/trunk/content/test/home.css

Author: kschenk
Date: Wed Oct 10 22:30:03 2012
New Revision: 1396837

URL: http://svn.apache.org/viewvc?rev=1396837&view=rev
Log:
Attempting to fix some positioning issues.

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=1396837&r1=1396836&r2=1396837&view=diff
==============================================================================
--- incubator/ooo/ooo-site/trunk/content/test/home.css (original)
+++ incubator/ooo/ooo-site/trunk/content/test/home.css Wed Oct 10 22:30:03 2012
@@ -49,7 +49,7 @@
 #actionstatements div.action-download p.options:hover a:hover { color: #2E3816; }
 
 #news { width: 30%; float: right; margin: 0 3% 0 0; }
-#news div.campaign { min-height: 50px; width: auto; padding: 30px 5% 5px 5%; margin: 10px 0 0 0; background: url(/images/campaign-divider.png) no-repeat center top; clear: right; }
+#news div.campaign { min-height: 50px; width: 90%; padding: 30px 5% 5px 5%; margin: 10px 0 0 0; background: url(/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; }
 #news div.campaign a { color:#107EC0; text-decoration:underline; }