diff options
author | Siri Reiter <siri@jones.dk> | 2009-04-07 01:22:56 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2009-04-07 01:22:56 +0200 |
commit | 34bbae5fed75e9094fe6c47d5a4b07b24791bd3c (patch) | |
tree | f22b992cc2cdbc311feb2444059caaeb994ce8e7 | |
parent | ed675328993514ba9ce1a0e9c59c5d986c3eb0b3 (diff) |
Content margin-top in pixels.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -125,7 +125,7 @@ DIV#wrapper { DIV#content { background-color: LightBlue; clear: both; - margin: 3em auto 4em; + margin: 20px auto 4em; padding: 0 1em; max-width: 50em; text-align: left; |