svn-web r24 - trunk



Author: ovitters
Date: Tue Feb 19 20:29:50 2008
New Revision: 24
URL: http://svn.gnome.org/viewvc/svn-web?rev=24&view=rev

Log:
Fix CSS location.


Modified:
   trunk/svnindex.xsl

Modified: trunk/svnindex.xsl
==============================================================================
--- trunk/svnindex.xsl	(original)
+++ trunk/svnindex.xsl	Tue Feb 19 20:29:50 2008
@@ -19,8 +19,8 @@
           </xsl:if>
           <xsl:value-of select="index/@path"/>
         </title>
-        <link href="css/layout.css" rel="stylesheet" type="text/css" media="screen"/>
-        <link href="css/style.css" rel="stylesheet" type="text/css" media="all"/>
+        <link href="/css/layout.css" rel="stylesheet" type="text/css" media="screen"/>
+        <link href="/css/style.css" rel="stylesheet" type="text/css" media="all"/>
         <link rel="icon" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png"/>
         <link rel="SHORTCUT ICON" type="image/png" href="http://www.gnome.org/img/logo/foot-16.png"/>
       </head>



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