diff options
author | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-10 03:21:17 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@goliath.thehappy.de> | 2009-07-10 03:21:17 +0200 |
commit | ae50a9d0e9ce1a83cec3c57b75ed63d2fc951a37 (patch) | |
tree | 8d7a9c7766acdfe4d9cbef1e7a2cea692c77c8fc /styles | |
parent | d2de1c92097cdefb4c15c3baf6ff842aae64498c (diff) |
box.css:
* Small comments bugfix
Diffstat (limited to 'styles')
-rw-r--r-- | styles/box.css | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/styles/box.css b/styles/box.css index 47ba89c..5709b85 100644 --- a/styles/box.css +++ b/styles/box.css @@ -10,7 +10,8 @@ body { color: #CCCCCC; margin: auto; margin-top: 12px; - margin-bottom: 6px; + margin-bottom: 10px; + padding-bottom: 25px; width: 600px; border: 1px solid #000000; } @@ -226,8 +227,10 @@ div.comment_content { div.submit_comment { border: 1px dotted #000000; - background: #414141; - width: 560px; + background: #444444; + width: 555px; + padding-left: 5px; + margin-top: 15px; } label.submit_comment_name { @@ -266,8 +269,3 @@ input.submit_comment_quiz_input { input.submit_comment_button { margin: 10px; } - -div.submit_border_bottom { - background: #333333; - height: 10px; -} |