aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/style.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-07-16 14:07:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-07-16 14:07:23 +0000
commit0570cec16ce3d2abdc0ea7239bcd8b3f21375815 (patch)
tree18006180065e8a1541e5ba6338e83cf0c26d0c4d /style.css
parentdf01ed96c60443f7a8051e1a5e9fe22e43b07664 (diff)
downloadmandoc-0570cec16ce3d2abdc0ea7239bcd8b3f21375815.tar.gz
mandoc-0570cec16ce3d2abdc0ea7239bcd8b3f21375815.tar.zst
mandoc-0570cec16ce3d2abdc0ea7239bcd8b3f21375815.zip
Proper html showing of ChangeLog.
Diffstat (limited to 'style.css')
-rw-r--r--style.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/style.css b/style.css
index d100c3b5..b58ad883 100644
--- a/style.css
+++ b/style.css
@@ -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; }