exodus: Only import home.css for the homepage.
authorMatthijs Kooijman <matthijs@stdin.nl>
Mon, 19 Apr 2010 13:24:03 +0000 (15:24 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Mon, 19 Apr 2010 13:24:03 +0000 (15:24 +0200)
plugin/theme/exodus.py
static/exodus/css/screen.css

index daa60d95d87797f07bf53ea249b0ec1abc827817..5a27ef5023541eccb67d398c0dff6d235ae26868 100644 (file)
@@ -19,6 +19,7 @@ class Theme(SiteTheme):
         ]
         if d['page'].page_name == 'Site':
             html.append(self.theme_script('homepage'))
+            html.append(self._stylesheet_link(True, 'screen', 'home'))
 
         return '\n'.join(html)
 
index bf50b2edca7523fa6edcda95798fe040e9f938b6..04a1b21cc150139162fcf85f2aa4eb18aeec3060 100644 (file)
@@ -1,5 +1,4 @@
 /*@import url('../../modern/css/screen.css');*/
-@import url("home.css");
 
 html, body {
        margin:0px;