diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-01 00:15:11 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-01 00:15:11 +0200 |
commit | 6d5637c04fa274f030edb885735b8df2e82cc969 (patch) | |
tree | aed7f9f54855208d6afc1831d883e676999d8dca | |
parent | 9e88b92fb16fccbd7244f5b348ab8e6a7a06f1a1 (diff) |
Content margin bottom.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -114,7 +114,7 @@ DIV#wrapper{ DIV#content { clear: both; - margin: 3em auto 1em; + margin: 3em auto 6em; padding: 0; max-width: 50em; } |