diff options
-rw-r--r-- | web/xsl.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/xsl.xsl b/web/xsl.xsl index a3c5ef4af..f40dc2865 100644 --- a/web/xsl.xsl +++ b/web/xsl.xsl @@ -7,7 +7,8 @@ <html lang="en-gb"> <head> <title><xsl:value-of select="$title"/> XML Feed</title> - <link rel="stylesheet" href="/css.css"/> + <link rel="stylesheet" href="/css/core.css"/> + <link rel="stylesheet" href="/css/main.css"/> </head> <body> <div id="header"><a href="/">FixMyStreet</a></div> |