art-web r567 - branches/art-hub/css



Author: thos
Date: Mon Dec 15 10:42:35 2008
New Revision: 567
URL: http://svn.gnome.org/viewvc/art-web?rev=567&view=rev

Log:
Fix invalid css image url()


Modified:
   branches/art-hub/css/layout.css

Modified: branches/art-hub/css/layout.css
==============================================================================
--- branches/art-hub/css/layout.css	(original)
+++ branches/art-hub/css/layout.css	Mon Dec 15 10:42:35 2008
@@ -376,7 +376,7 @@
 }
 
 #tabs {
-	background: url(bar.png) 0 100% repeat-x;
+	background: url(http://www.gnome.org/css/bar.png) 0 100% repeat-x;
 	width: 100%;
 	float: left;
 	margin: 0;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]