summaryrefslogtreecommitdiff
path: root/htdocs/css/main.css
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2011-05-24 17:08:38 -0700
committerJesse Morgan <jesse@jesterpm.net ; true>2011-05-24 17:08:38 -0700
commita39f9512f0efd3ec3e0a31df656e25dd3f824f6d (patch)
tree70e797cc9b1f8978f73799fc0d181e9005859530 /htdocs/css/main.css
parentb41edfdbeb371f3259da1470a5533523939b42a0 (diff)
Working on moderation approve/reject
Diffstat (limited to 'htdocs/css/main.css')
-rw-r--r--htdocs/css/main.css9
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;
+}