* Small comments bugfix
This commit is contained in:
Stefan Ritter 2009-07-10 03:21:17 +02:00
parent d2de1c9209
commit ae50a9d0e9
1 changed files with 6 additions and 8 deletions

View File

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