Revamp markup and styles for comments.

Make post date consistent with other dates.
Look Ma, no tables!

Signed-off-by: Loui Chang <louipc.ist@gmail.com>
This commit is contained in:
Loui Chang 2009-02-18 23:01:25 -05:00
parent a054382476
commit 24c9955b3c
2 changed files with 30 additions and 24 deletions

View file

@ -401,3 +401,19 @@ textarea.vLargeTextField {
color: #333;
font-weight: bold;
}
.comment-header {
background-color: #f1f2f4;
color: #888;
font-size: 14px;
font-weight: bold;
margin-left: 5px;
margin-top: 5px;
padding: 2px;
}
.comment-body {
margin-left: 5px;
padding: 2px;
font-family: monospace;
}