aboutsummaryrefslogtreecommitdiffstats
path: root/styles
diff options
context:
space:
mode:
authorAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-04 10:35:30 +0200
committerAdrian Vondendriesch <discostu@81-89-105-205.(none)>2009-06-04 10:35:30 +0200
commit8224638f1d4f155a39ff117c29ca05b45875a302 (patch)
treeaea83126cd28c8e42f755be6f86bc00555d9fbab /styles
parent4473c2cbe9a422555fbdaeddf5a0ddb0949d5190 (diff)
Correct the Commentsarea in blogthon.cgi an make some changes to the style blogthon_noir
Diffstat (limited to 'styles')
-rw-r--r--styles/blogthon_noir.css19
1 files changed, 11 insertions, 8 deletions
diff --git a/styles/blogthon_noir.css b/styles/blogthon_noir.css
index 439fbd8..ff14495 100644
--- a/styles/blogthon_noir.css
+++ b/styles/blogthon_noir.css
@@ -321,17 +321,18 @@ div.comments {
div.comment {
margin-top: 5px;
- margin-bottom: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
+ margin-bottom: 15px;
+ padding: 5px;
border-top: 2px solid #7FFF00;
border-bottom: 2px solid #FFFF00;
+ border-left: 1px dotted #DFDFDF;
+ border-right: 1px dotted #DFDFDF;
+ background-color: #222222;
}
div.comment_author {
margin-right: 5px;
font-weight: bold;
- float: left;
}
div.comment_date {
@@ -345,12 +346,14 @@ div.comments {
}
div.submit_comment {
+ margin-top: 5px;
+ margin-bottom: 15px;
+ padding: 5px;
border-top: 2px solid #7FFF00;
border-bottom: 2px solid #FFFF00;
- margin-top: 5px;
- margin-bottom: 5px;
- padding-top: 5px;
- padding-bottom: 5px;
+ border-left: 1px dotted #DFDFDF;
+ border-right: 1px dotted #DFDFDF;
+ background-color: #222222;
}
label.submit_comment_name {