From 53d795fabe64c670bd97c0c0ad929b5a9b3fcd3f Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Wed, 11 May 2011 21:59:55 +0200 Subject: Removed page-wrapper div. --- static/style.css | 1 - templates/base.tmpl | 1 - 2 files changed, 2 deletions(-) diff --git a/static/style.css b/static/style.css index 2f6fc0a..79730df 100644 --- a/static/style.css +++ b/static/style.css @@ -3,7 +3,6 @@ html, body { background-color: #fff; color: #333; height: 100%; } div#page-header { background-color: #ccc; color: #333; } div#page-header h1 { padding: .5em; } div#page-header h1 a { color: inherit; text-decoration: none; } -div#page { min-height: 100%; height: auto !important; height: 100%; margin: 0 auto -2em; } div#page-content { padding: 1em; } div#page-menu { background-color: #333; color: #666; height: 1em; padding: .5em; } diff --git a/templates/base.tmpl b/templates/base.tmpl index b15e62f..aca2011 100644 --- a/templates/base.tmpl +++ b/templates/base.tmpl @@ -36,7 +36,6 @@ Not logged in.#slurp
#block content #end block -
-- cgit v1.2.3