diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-16 14:07:23 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-07-16 14:07:23 +0000 |
commit | 8e9b8de322d5b09ab484a0ae21117a602e9896e3 (patch) | |
tree | 550111727fbd9dfd683d5709597d20ac0b33d89b /style.css | |
parent | 6967b9612f077f4ffe4e138a8ab25c87f383009b (diff) | |
download | mandoc-8e9b8de322d5b09ab484a0ae21117a602e9896e3.tar.gz |
Proper html showing of ChangeLog.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -20,6 +20,14 @@ h2 { font-weight: bold; margin-bottom: 0px; font-family: Verdana, Tahoma, Arial, sans-serif; } +div.clhead { background-color: #E6E6FA; color: #000000; padding: 2px; font-weight: bold; } + +div.clbody { margin-left: 2px; } + +ul.clbody { margin-top: 4px; } + +span.rev { color: #808080; } + span.nm { color: #000000; font-weight: bold; } span.attn { color: #000000; font-weight: bold; } |