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; -}