Author: marcus
Date: Thu Jan 22 20:04:15 2015
New Revision: 1654034
URL: http://svn.apache.org/r1654034
Log:
Adding a new CSS class to avoid the line graphic above the blog posts
Modified:
openoffice/ooo-site/trunk/content/home.css
openoffice/ooo-site/trunk/content/styles.css
Modified: openoffice/ooo-site/trunk/content/home.css
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/home.css?rev=1654034&r1=1654033&r2=1654034&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/home.css (original)
+++ openoffice/ooo-site/trunk/content/home.css Thu Jan 22 20:04:15 2015
@@ -76,6 +76,6 @@
#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; }
-#news div.first { background-image: none: }
+#news div.campaign .first { background-image: none: }
#SupportedAndSupporters {margin: 40px 0 0 5%; float: left}
Modified: openoffice/ooo-site/trunk/content/styles.css
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/styles.css?rev=1654034&r1=1654033&r2=1654034&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/styles.css (original)
+++ openoffice/ooo-site/trunk/content/styles.css Thu Jan 22 20:04:15 2015
@@ -785,7 +785,7 @@ th { background: #EEE; color: #000; }
div.campaign { width: 250px; min-height: 100px; float: right; background:
url(http://www.openoffice.org/images/campaign-bg.png) 10px bottom no-repeat
#FFF; padding: 0 0 10px 0; }
div.campaign h2 { margin: 0; padding: 50px 75px 10px 20px; font-size: 1.25em;
font-weight: normal; color: #06338B; border: none; background:
url(http://www.openoffice.org/images/campaign-bg.png) 10px top no-repeat #FFF; }
div.campaign p { line-height: 140%; font-size: .8em; padding: 0 65px 20px
20px; margin: 0; }
-div.first { background-image: none; }
+div.campaign .first { background-image: none; }
/*--------------------------- Footer ---------------------------*/