diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2011-10-13 12:24:43 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2017-09-04 11:16:53 -0700 |
commit | 326a23aded279dedc8a4e6de64618f0fbee17bac (patch) | |
tree | a3444296e388ac65709dfac25490828fc8f433f1 /htdocs/css/main.css | |
parent | 94f12b0a85feb8d8e6effb89021bf79a82174fce (diff) |
Changed the moderator schedule table to a view. Finished the exception iterator. Modified Post to only notify the next moderator. Need to add exception adding/removal.
Diffstat (limited to 'htdocs/css/main.css')
-rw-r--r-- | htdocs/css/main.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/htdocs/css/main.css b/htdocs/css/main.css index 756d312..831ee18 100644 --- a/htdocs/css/main.css +++ b/htdocs/css/main.css @@ -6,6 +6,11 @@ body { font-family: Helvetica; } +h3 { + margin-bottom: 0em; + margin-top: 1.75em; +} + #nav, #content, #footer, #buttonblock { margin: 0 auto 0 auto; width: 660px; @@ -44,7 +49,6 @@ body { background: url('../images/headerbg.jpg') repeat-x center top; text-align: center; height: 191px; - padding-top: 10px; } #about { @@ -143,3 +147,7 @@ a, a:visited { .errorbox p { margin: 0; } + +.nomargin { + margin: .5em 0 .5em 0; +} |