summaryrefslogtreecommitdiffstatshomepage
path: root/index.css
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-03-22 18:30:23 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-03-22 18:30:23 +0000
commit5da2ef12354313f92470bf38fe6d999dfce935d0 (patch)
tree9a67e427abb7f8c7eea931b714563ad5da9887a0 /index.css
parent6e833a20a85c3db8d206be179927b1591339d982 (diff)
downloadmandoc-5da2ef12354313f92470bf38fe6d999dfce935d0.tar.gz
mandoc-5da2ef12354313f92470bf38fe6d999dfce935d0.tar.zst
mandoc-5da2ef12354313f92470bf38fe6d999dfce935d0.zip
Updated web-site with new version.VERSION_1_9_16
Allowed double-rule entries in Makefile (clean-up).
Diffstat (limited to 'index.css')
-rw-r--r--index.css10
1 files changed, 4 insertions, 6 deletions
diff --git a/index.css b/index.css
index c9b1ddf3..7acadb52 100644
--- a/index.css
+++ b/index.css
@@ -20,18 +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 { font-weight: bold; }
span.nm { color: #000000; font-weight: bold; }
span.attn { color: #000000; font-weight: bold; }
+span.flag { font-weight: bold; }
+
div.head { border-bottom: 1px dotted #cccccc;
padding-bottom: 5px;
text-align: right; }
@@ -44,3 +40,5 @@ div.foot { border-top: 1px dotted #cccccc;
a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; }
span.date { color: #808080; }
+
+col.date { width: 8em; }