You are viewing a plain text version of this content. The canonical link for it is here.
Posted to zeta-commits@incubator.apache.org by to...@apache.org on 2010/08/04 11:45:13 UTC

[zeta-commits] svn commit: r982223 - /incubator/zetacomponents/website/htdocs/styles/screen.css

Author: toby
Date: Wed Aug  4 11:45:12 2010
New Revision: 982223

URL: http://svn.apache.org/viewvc?rev=982223&view=rev
Log:
- Updated: Image references in CSS to reflect actual website structure.

Modified:
    incubator/zetacomponents/website/htdocs/styles/screen.css

Modified: incubator/zetacomponents/website/htdocs/styles/screen.css
URL: http://svn.apache.org/viewvc/incubator/zetacomponents/website/htdocs/styles/screen.css?rev=982223&r1=982222&r2=982223&view=diff
==============================================================================
--- incubator/zetacomponents/website/htdocs/styles/screen.css (original)
+++ incubator/zetacomponents/website/htdocs/styles/screen.css Wed Aug  4 11:45:12 2010
@@ -53,21 +53,21 @@ body {
 
 /* Images */
 #box-contribute-bg-png {
-    background: transparent url( '/images/sprite.png' ) -0px -0px;
+    background: transparent url( '/zetacomponents/images/sprite.png' ) -0px -0px;
 	background-repeat: no-repeat;
     width: 224px;
     height: 85px;
 }
 
 #box-documentation-bg-png {
-    background: transparent url( '/images/sprite.png' ) -0px -85px;
+    background: transparent url( '/zetacomponents/images/sprite.png' ) -0px -85px;
 	background-repeat: no-repeat;
     width: 224px;
     height: 70px;
 }
 
 #box-download-bg-png {
-    background: transparent url( '/images/sprite.png' ) -0px -155px;
+    background: transparent url( '/zetacomponents/images/sprite.png' ) -0px -155px;
 	background-repeat: no-repeat;
     width: 144px;
     height: 95px;
@@ -75,7 +75,7 @@ body {
 }
 
 #header-png {
-    background: transparent url( '/images/sprite.png' ) -0px -250px;
+    background: transparent url( '/zetacomponents/images/sprite.png' ) -0px -250px;
 	background-repeat: no-repeat;
 }
 
@@ -114,7 +114,7 @@ div.content {
 	margin: 0px;
 	padding: 10px 10px 10px 20px;
 
-    background: #ffffff url( '/images/background.png' );
+    background: #ffffff url( '/zetacomponents/images/background.png' );
 	background-repeat: no-repeat;
 }
 
@@ -128,7 +128,7 @@ div.footer {
 
     height: 16px;
 
-    background: url( '/images/bar.png' );
+    background: url( '/zetacomponents/images/bar.png' );
 	background-repeat: repeat-x;
 }
 
@@ -231,7 +231,7 @@ ul.navigation {
     height: 18px;
 
 	list-style-type: none;
-    background: transparent url( '/images/bar.png' );
+    background: transparent url( '/zetacomponents/images/bar.png' );
 	background-repeat: repeat-x;
 }
 
@@ -504,7 +504,7 @@ div.content h6 {
 div.content h2 {
 	margin: 5px 0px 10px -10px;
     padding: 0px 0px 0px 20px;
-    background: transparent url( "/images/title_bg.png" ) bottom left;
+    background: transparent url( "/zetacomponents/images/title_bg.png" ) bottom left;
     background-repeat: no-repeat;
     color: #204a87;
 }