diff options
Diffstat (limited to 'htdocs/css')
-rw-r--r-- | htdocs/css/main.css | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/htdocs/css/main.css b/htdocs/css/main.css index a2cffd3..bc3157c 100644 --- a/htdocs/css/main.css +++ b/htdocs/css/main.css @@ -9,7 +9,6 @@ body { #nav, #buttonblock, #content, #footer { width: 50%; margin: 0 auto 0 auto; - text-transform: uppercase; } #nav ul { @@ -110,3 +109,11 @@ body { position: relative; left: 200px; } + +.moderationbox { + width: 80%; + border: #DDDD00 solid 3px; + background: #FFFF55; + padding: 0.5em; + margin: 1em auto 1em auto; +} |