diff options
author | Jon Bergli Heier <snakebite@jvnv.net> | 2011-05-11 21:59:55 +0200 |
---|---|---|
committer | Jon Bergli Heier <snakebite@jvnv.net> | 2011-05-11 21:59:55 +0200 |
commit | 53d795fabe64c670bd97c0c0ad929b5a9b3fcd3f (patch) | |
tree | 152749a8d36d889007bebf297565281172dd3c85 | |
parent | fea0a59b815582e254035bf421b7b639689dcf05 (diff) |
Removed page-wrapper div.
-rw-r--r-- | static/style.css | 1 | ||||
-rw-r--r-- | templates/base.tmpl | 1 |
2 files changed, 0 insertions, 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 <div id="page-content"> #block content #end block - <div id="page-wrapper"></div> </div> </div> </body> |