[xiph-commits] r9888 - websites/xspf.org/css

lgonze at svn.xiph.org lgonze at svn.xiph.org
Wed Aug 31 14:56:27 PDT 2005


Author: lgonze
Date: 2005-08-31 14:56:25 -0700 (Wed, 31 Aug 2005)
New Revision: 9888

Modified:
   websites/xspf.org/css/main.css
Log:
use png instead of gif for background


Modified: websites/xspf.org/css/main.css
===================================================================
--- websites/xspf.org/css/main.css	2005-08-31 21:55:15 UTC (rev 9887)
+++ websites/xspf.org/css/main.css	2005-08-31 21:56:25 UTC (rev 9888)
@@ -1,9 +1,7 @@
 body              {
-                   background-image: url(http://www.tilemachine.com/tiles/2005.08/24/large.504986531.gif);
+/* should be http://xspf.org/images/images/swirl-bg.gif);, but svn isn't updating it to the mirror. */
+background-image: url(http://svn.xiph.org/websites/xspf.org/images/swirl-bg.png);
 
-/* best so far */
-x-background-image: url(images/swirl-bg.gif);
-
                    font-family: tahoma, verdana, ariel, helvetica; 
                   }
 p, ul, ol, dl         {



More information about the commits mailing list