You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ms...@apache.org on 2017/03/05 18:12:38 UTC

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

Author: mseidel
Date: Sun Mar  5 18:12:38 2017
New Revision: 1785561

URL: http://svn.apache.org/viewvc?rev=1785561&view=rev
Log:
Take CSS files from /css, minor changes

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=1785561&r1=1785560&r2=1785561&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/home.css (original)
+++ openoffice/ooo-site/trunk/content/home.css Sun Mar  5 18:12:38 2017
@@ -72,9 +72,9 @@
 
 #news { float: right; margin: 1% 3% 0 0; height: 520px; width: 30%; }
 #news div.campaign.first { min-height: 50px; width: 90%; padding: 30px 5% 5px 5%; margin: 10px 0 0 0; background: none; clear: right; }
-#news div.campaign.first h2 { margin-top: -33px; padding: 0; border: none; width: 100%; color: #06338B; background: none; }
+#news div.campaign.first h2 { margin-top: -33px; padding: 0; border: none; width: 100%; color: #333333; background: none; }
 #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 h2 { margin: 0; padding: 0; border: none; width: 100%; color: #333333; 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; }