my try at improving comment styling

Makes it look more like a blog, but not enough to be confusing, and with
nothing as large as in a blog. Removal of the vertical line under the
subject imho makes it easier to scan through comments as each box is a new
one. Bolding the subject seems to make it stand out enough, especially as
its a link now. (Also considered increasing its font size to 110%.)
master
Joey Hess 2008-12-20 18:30:14 -05:00
parent 7bf121889b
commit 8dbb30d346
1 changed files with 13 additions and 4 deletions

View File

@ -373,7 +373,16 @@ span.color {
padding: 2px; padding: 2px;
} }
.comment .author { font-weight: bold; } .comment-header {
.comment { border: 1px inset #999; margin: 3px; padding: 3px; } font-style: italic;
.comment-header { font-style: italic; } }
.comment-subject { font-weight: bold; border-bottom: 1px solid #999; } .comment .author {
font-weight: bold;
}
.comment-subject {
font-weight: bold;
}
.comment {
border: 1px solid #aaa;
padding: 3px;
}