diff options
Diffstat (limited to 'web/html/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 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; +} |