From 326a23aded279dedc8a4e6de64618f0fbee17bac Mon Sep 17 00:00:00 2001 From: Jesse Morgan Date: Thu, 13 Oct 2011 12:24:43 -0700 Subject: 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. --- htdocs/css/main.css | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'htdocs/css') 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; +} -- cgit v1.2.3