diff options
author | Siri Reiter <siri@jones.dk> | 2010-04-18 04:04:24 +0200 |
---|---|---|
committer | Siri Reiter <siri@jones.dk> | 2010-04-18 04:04:24 +0200 |
commit | 4afcc3185e29ee0899380a179c6c31a77347bcda (patch) | |
tree | 82a6b79c394ba90edb86419e8ca3914d9b29ccfe | |
parent | 606aca6fdfb8da039894843badff80dab5516c47 (diff) |
Style notebox: Correct syntax error in content margin.
-rw-r--r-- | local.css | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -119,7 +119,7 @@ DIV#wrapper { } DIV#content { - margin 2% 30% 10% 20%; + margin: 2% 30% 10% 20%; padding: 0; } |