You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by el...@apache.org on 2012/09/26 19:20:42 UTC

svn commit: r1390617 - /mina/site/trunk/content/css/common.css

Author: elecharny
Date: Wed Sep 26 17:20:42 2012
New Revision: 1390617

URL: http://svn.apache.org/viewvc?rev=1390617&view=rev
Log:
Updated the images links

Modified:
    mina/site/trunk/content/css/common.css

Modified: mina/site/trunk/content/css/common.css
URL: http://svn.apache.org/viewvc/mina/site/trunk/content/css/common.css?rev=1390617&r1=1390616&r2=1390617&view=diff
==============================================================================
--- mina/site/trunk/content/css/common.css (original)
+++ mina/site/trunk/content/css/common.css Wed Sep 26 17:20:42 2012
@@ -30,7 +30,7 @@ body 
 	font-size: 77%;
 	color: #777777;
 	background-color: white;
-	background-image: url('../images/body-bg.png');
+	background-image: url('../staticresources/images/body-bg.png');
 	background-repeat: repeat-x;
 	background-position: bottom;
 	background-attachment: fixed;
@@ -132,7 +132,7 @@ h6 
 
 #content 
 {
-	background: url('../images/content-bg.png') repeat-y;
+	background: url('../staticresources/images/content-bg.png') repeat-y;
 }
 
 #endContent 
@@ -294,7 +294,7 @@ a.blogHeading 
         padding-right: 20px;
         padding-bottom: 15px;
         text-align: center;
-        background-image: url('../images/footer.png');
+        background-image: url('../staticresources/images/footer.png');
         background-repeat: no-repeat;
         background-position: bottom;
 }