mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 09:43:03 +00:00
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:
parent
a054382476
commit
24c9955b3c
2 changed files with 30 additions and 24 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue