You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/19 16:12:23 UTC

svn commit: r1515434 - in /directory/site/trunk/content/css: blue.css brown.css common.css green.css

Author: elecharny
Date: Mon Aug 19 14:12:22 2013
New Revision: 1515434

URL: http://svn.apache.org/r1515434
Log:
Fixed the CSS for the other news

Modified:
    directory/site/trunk/content/css/blue.css
    directory/site/trunk/content/css/brown.css
    directory/site/trunk/content/css/common.css
    directory/site/trunk/content/css/green.css

Modified: directory/site/trunk/content/css/blue.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/blue.css?rev=1515434&r1=1515433&r2=1515434&view=diff
==============================================================================
--- directory/site/trunk/content/css/blue.css (original)
+++ directory/site/trunk/content/css/blue.css Mon Aug 19 14:12:22 2013
@@ -34,7 +34,8 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-blue.png') no-repeat;
 }
 
-.news h2
+.news h2,
+h2.news
 {
 	color: #2c7a95;
 	background: url('../images/post-blue.png') no-repeat;

Modified: directory/site/trunk/content/css/brown.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/brown.css?rev=1515434&r1=1515433&r2=1515434&view=diff
==============================================================================
--- directory/site/trunk/content/css/brown.css (original)
+++ directory/site/trunk/content/css/brown.css Mon Aug 19 14:12:22 2013
@@ -34,7 +34,8 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-brown.png') no-repeat;
 }
 
-.news h2
+.news h2,
+h2.news
 {
 	color: #77540C;
 	background: url('../images/post-brown.png') no-repeat;

Modified: directory/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/common.css?rev=1515434&r1=1515433&r2=1515434&view=diff
==============================================================================
--- directory/site/trunk/content/css/common.css (original)
+++ directory/site/trunk/content/css/common.css Mon Aug 19 14:12:22 2013
@@ -285,25 +285,7 @@ a.none 
     font-size: 153.9%;
 }
 
-.news h2 
-{
-    font-size: 100%;
-	text-decoration: none;
-	font-weight: bolder;
-	padding-left: 20px;
-	margin: 10px;
-}
-
-.news h2 em
-{
-    color: #777;
-    font-size: 100%;
-    font-style: italic;
-    float: right;
-	font-weight: normal;
-    clear: right;
-}
-
+.news h2,
 h2.news
 {
     font-size: 100%;
@@ -313,6 +295,7 @@ h2.news
 	margin: 10px;
 }
 
+.news h2 em,
 h2.news em
 {
     color: #777;
@@ -323,7 +306,6 @@ h2.news em
     clear: right;
 }
 
-
 .logoBlock
 {
     display: none;

Modified: directory/site/trunk/content/css/green.css
URL: http://svn.apache.org/viewvc/directory/site/trunk/content/css/green.css?rev=1515434&r1=1515433&r2=1515434&view=diff
==============================================================================
--- directory/site/trunk/content/css/green.css (original)
+++ directory/site/trunk/content/css/green.css Mon Aug 19 14:12:22 2013
@@ -34,7 +34,8 @@ h1, h2, h3, h4, h5, h6 
 	background: url('../images/news-green.png') no-repeat;
 }
 
-.news h2
+.news h2,
+h2.news
 {
 	color: #196e0b;
 	background: url('../images/post-green.png') no-repeat;