Author: marcus
Date: Thu Jan 22 19:59:04 2015
New Revision: 1654033

URL: http://svn.apache.org/r1654033
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/index.html
    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=1654033&r1=1654032&r2=1654033&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/home.css (original)
+++ openoffice/ooo-site/trunk/content/home.css Thu Jan 22 19:59:04 2015
@@ -76,7 +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.campaign first { min-height: 50px; width: 90%; padding: 30px 5% 5px 
5%; margin: 10px 0 0 0; background: none; clear: right; }
-#news div.first { background: none: }
+#news div.first { background-image: none: }
 
 #SupportedAndSupporters {margin: 40px 0 0 5%; float: left}

Modified: openoffice/ooo-site/trunk/content/index.html
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1654033&r1=1654032&r2=1654033&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Thu Jan 22 19:59:04 2015
@@ -374,7 +374,7 @@
 
 <div id="news">
 
-  <div class="campaign first" style="height: 200px; float: right; overflow: 
auto;">
+  <div class="first campaign" style="height: 200px; float: right; overflow: 
auto;">
     <h2 style="display: inline;">Recent Blog Posts</h2>
 
     <p style="text-align:right">

Modified: openoffice/ooo-site/trunk/content/styles.css
URL: 
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/styles.css?rev=1654033&r1=1654032&r2=1654033&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/styles.css (original)
+++ openoffice/ooo-site/trunk/content/styles.css Thu Jan 22 19:59:04 2015
@@ -785,8 +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.campaign first { width: 250px; min-height: 100px; float: right; 
background: none; padding: 0 0 10px 0; }
-div.first { background: none; }
+div.first { background-image: none; }
 
 /*--------------------------- Footer ---------------------------*/
 


Reply via email to