diff options
author | Loui Chang <louipc.ist@gmail.com> | 2009-02-19 05:01:25 +0100 |
---|---|---|
committer | Loui Chang <louipc.ist@gmail.com> | 2009-02-19 05:01:25 +0100 |
commit | 24c9955b3c71e4009b1286152c7187197d2da205 (patch) | |
tree | e91165a6769848c6cf567490b68fa1cabf9d9e59 /web/html/css/arch.css | |
parent | a05438247627142923fd8435bc1f8d85d963924e (diff) | |
download | aur-24c9955b3c71e4009b1286152c7187197d2da205.tar.gz aur-24c9955b3c71e4009b1286152c7187197d2da205.tar.xz |
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>
Diffstat (limited to 'web/html/css/arch.css')
-rw-r--r-- | web/html/css/arch.css | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css index c086b318..6e2cd4a8 100644 --- a/web/html/css/arch.css +++ b/web/html/css/arch.css @@ -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; +} |