Author: kschenk Date: Mon Dec 31 22:41:30 2012 New Revision: 1427250 URL: http://svn.apache.org/viewvc?rev=1427250&view=rev Log: Style changes for new scrolling news insert.
Modified: openoffice/ooo-site/trunk/content/test/home.css Modified: openoffice/ooo-site/trunk/content/test/home.css URL: http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/test/home.css?rev=1427250&r1=1427249&r2=1427250&view=diff ============================================================================== --- openoffice/ooo-site/trunk/content/test/home.css (original) +++ openoffice/ooo-site/trunk/content/test/home.css Mon Dec 31 22:41:30 2012 @@ -48,11 +48,11 @@ #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 { width: 30%; float: right; height: 600px; margin: 0 3% 0 0; overflow: auto;} #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; } #news div.campaign a:hover { background-color: #e6ebed; } -#SupportedAndSupporters {margin: 40px 0 0 60%; float: right} +#SupportedAndSupporters {margin: 40px 0 0 5%; float: left}