diff options
author | Siri Reiter <siri@jones.dk> | 2009-03-31 01:23:02 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-03-31 01:23:02 +0200 |
commit | 864d8c9d0a6c5e5a3913c26187644dbea51be364 (patch) | |
tree | f1ded543a9571d8758d1637d1ce9cf2cda652f51 | |
parent | 4d7c663688ef455c0a41d33e85c9862996b6976b (diff) |
Content margin-bottom 1 em, no min-height.
-rw-r--r-- | local.css | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -112,10 +112,9 @@ DIV#wrapper{ } DIV#content { clear: both; - margin: 3em 1em; + margin: 3em 1em 1em; padding: 0; max-width: 50em; - min-height: 45em; } DIV.notebox { |