diff options
author | Siri Reiter <siri@jones.dk> | 2010-07-24 21:39:16 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-07-24 21:39:16 +0200 |
commit | c44f008761ac92317e2a72d8d4cd9ae8f2dd6c5c (patch) | |
tree | 53465a7a149f47519a32d62cb66950b778636d4a /local.css | |
parent | b3bc905af17f40d50f454832d525ab32fdf9265d (diff) |
Style: Add #pagebody (in addition to #wrapper) to work with Ikiwiki 3.x.
Diffstat (limited to 'local.css')
-rw-r--r-- | local.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ DIV.sidebar a { text-decoration: none; } -DIV#wrapper { +DIV#wrapper, +DIV#pagebody { float: left; margin: 1em 0 0 25%; } |