summaryrefslogtreecommitdiffstats
path: root/web/html/css
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2009-02-18 23:01:25 -0500
committerLoui Chang <louipc.ist@gmail.com>2009-02-18 23:01:25 -0500
commit24c9955b3c71e4009b1286152c7187197d2da205 (patch)
treee91165a6769848c6cf567490b68fa1cabf9d9e59 /web/html/css
parenta05438247627142923fd8435bc1f8d85d963924e (diff)
downloadaurweb-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')
-rw-r--r--web/html/css/arch.css16
1 files changed, 16 insertions, 0 deletions
diff --git a/web/html/css/arch.css b/web/html/css/arch.css
index c086b31..6e2cd4a 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;
+}