From 6f6c41b3e0a69f9d6fc3b7a3d2a293e21b20f124 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Thu, 2 Jul 2009 17:43:02 +0200 Subject: [PATCH] Shuffle the layout around a bit again. --- plugin/theme/site.py | 25 +++++++++-- static/exodus/css/common.css | 5 --- static/exodus/css/home.css | 7 --- static/exodus/css/screen.css | 85 +++++++++++++++++++----------------- 4 files changed, 66 insertions(+), 56 deletions(-) diff --git a/plugin/theme/site.py b/plugin/theme/site.py index d250781..37bff91 100644 --- a/plugin/theme/site.py +++ b/plugin/theme/site.py @@ -11,6 +11,7 @@ from MoinMoin.theme import ThemeBase from MoinMoin.Page import Page +from MoinMoin import wikiutil class SiteTheme(ThemeBase): @@ -63,6 +64,7 @@ class SiteTheme(ThemeBase): # Start of page self.startPage(), + self.editbar(d), self.msg(d), ] return u'\n'.join(html) @@ -103,7 +105,6 @@ class SiteTheme(ThemeBase): page = d['page'] html = [ # End of page - self.pageinfo(page), self.endPage(), # Pre footer custom html (not recommended!) @@ -111,9 +112,9 @@ class SiteTheme(ThemeBase): # Footer u'