diff options
author | Siri Reiter <siri@jones.dk> | 2010-07-25 11:59:10 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-07-25 11:59:10 +0200 |
commit | 6d46a5f040c22fa11ee64145dd40f2bc47e64ab3 (patch) | |
tree | aee2aee03c7f2ec5716da36ae705dd67d12bb0f3 | |
parent | a3c265a9af271f3c9bb747ad80ae6333c00588a2 (diff) |
Style: Add #pagebody (in addition to #wrapper) to work with Ikiwiki 3.x.
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -128,7 +128,8 @@ DIV.topbar img { margin: 0 20px; } -DIV#wrapper { +DIV#wrapper, +DIV#pagebody { float: left; width: 100%; } |