From: Matthijs Kooijman Date: Mon, 19 Apr 2010 13:24:03 +0000 (+0200) Subject: exodus: Only import home.css for the homepage. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fwipi.git;a=commitdiff_plain;h=dc5446c2a78824316454d2d14102b010bf013f61 exodus: Only import home.css for the homepage. --- diff --git a/plugin/theme/exodus.py b/plugin/theme/exodus.py index daa60d9..5a27ef5 100644 --- a/plugin/theme/exodus.py +++ b/plugin/theme/exodus.py @@ -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) diff --git a/static/exodus/css/screen.css b/static/exodus/css/screen.css index bf50b2e..04a1b21 100644 --- a/static/exodus/css/screen.css +++ b/static/exodus/css/screen.css @@ -1,5 +1,4 @@ /*@import url('../../modern/css/screen.css');*/ -@import url("home.css"); html, body { margin:0px;