From ae50a9d0e9ce1a83cec3c57b75ed63d2fc951a37 Mon Sep 17 00:00:00 2001 From: Stefan Ritter Date: Fri, 10 Jul 2009 03:21:17 +0200 Subject: box.css: * Small comments bugfix --- styles/box.css | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'styles') 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; -} -- cgit v1.2.3