Author: marcus
Date: Thu Jan 22 20:46:15 2015
New Revision: 1654051
URL: http://svn.apache.org/r1654051
Log:
Put the first headline higher
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=1654051&r1=1654050&r2=1654051&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/home.css (original)
+++ openoffice/ooo-site/trunk/content/home.css Thu Jan 22 20:46:15 2015
@@ -72,6 +72,7 @@
#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 { min-height: 50px; width: 90%; padding: 30px 5% 5px 5%;
margin: 10px 0 0 0; background:
url(http://www.openoffice.org/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; }
Modified: openoffice/ooo-site/trunk/content/index.html
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/index.html?rev=1654051&r1=1654050&r2=1654051&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/index.html (original)
+++ openoffice/ooo-site/trunk/content/index.html Thu Jan 22 20:46:15 2015
@@ -375,7 +375,7 @@
<div id="news">
<div class="first campaign" style="height: 200px; float: right; overflow:
auto;">
- <h2 style="display: inline;">Recent Blog Posts</h2>
+ <h2>Recent Blog Posts</h2>
<p style="text-align:right">
<a href="http://blogs.apache.org/OOo/" target="_blank">All Posts</a>
Modified: openoffice/ooo-site/trunk/content/styles.css
URL:
http://svn.apache.org/viewvc/openoffice/ooo-site/trunk/content/styles.css?rev=1654051&r1=1654050&r2=1654051&view=diff
==============================================================================
--- openoffice/ooo-site/trunk/content/styles.css (original)
+++ openoffice/ooo-site/trunk/content/styles.css Thu Jan 22 20:46:15 2015
@@ -783,6 +783,7 @@ th { background: #EEE; color: #000; }
/*--------------------------- Campaign ---------------------------*/
div.campaign.first { width: 250px; min-height: 100px; float: right;
background: none; padding: 0 0 10px 0; }
+div.campaign.first h2 { margin-top: -33px; 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 { 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; }