aboutsummaryrefslogtreecommitdiffstats
path: root/styles/blogthon_noir.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles/blogthon_noir.css')
-rw-r--r--styles/blogthon_noir.css15
1 files changed, 10 insertions, 5 deletions
diff --git a/styles/blogthon_noir.css b/styles/blogthon_noir.css
index 69c4be3..c41ca38 100644
--- a/styles/blogthon_noir.css
+++ b/styles/blogthon_noir.css
@@ -38,9 +38,9 @@ blockquote {
div.header {
height: 120px;
- width: 99%;
+ width: 100%;
margin: auto;
- margin-top: 5px;
+ margin: 0px;
text-align: center;
background-image: url("blogthon_noir_img/header_green_2.jpg");
}
@@ -361,31 +361,35 @@ div.comments {
label.submit_comment_name {
font-weight: bold;
margin-right: 5px;
+ display: block;
}
- #cname {
- background-color: #333333;
- color: #FFFFFF;
+ input.submit_comment_name_input {
+ margin-left: 10px;
}
label.submit_comment_text {
font-weight: bold;
margin-right: 5px;
+ display: block;
}
textarea.submit_comment_textarea {
background-color: #333333;
color: #FFFFFF;
+ margin-left: 10px;
}
label.submit_comment_quiz {
font-weight: bold;
margin-right: 5px;
+ display: block;
}
#cquiz {
background-color: #333333;
color: #FFFFFF;
+ margin-left: 10px;
}
input.submit_comment_button {
@@ -396,6 +400,7 @@ div.comments {
color: #FFFFFF;
width: 120px;
text-align: center;
+ margin-left: 10px;
}
input.submit_comment_button:hover {