diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-02-17 19:31:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-02-17 19:31:00 +0000 |
commit | 2515ed1a1dc68f42a22e20e34eb37840b96ced0c (patch) | |
tree | 91dd6a41ecebb43df5c6f5b89f47e46e2e1f8b3b /index.css | |
parent | 0ccb80a8db5f7dcd3b3ed2b3515a63db8fd9eb8d (diff) | |
download | mandoc-2515ed1a1dc68f42a22e20e34eb37840b96ced0c.tar.gz |
Updated index with new address bits and such.
Diffstat (limited to 'index.css')
-rw-r--r-- | index.css | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -26,7 +26,7 @@ div.clbody { margin-left: 2px; } ul.clbody { margin-top: 4px; } -span.rev { color: #808080; } +span.rev { font-weight: bold; } span.nm { color: #000000; font-weight: bold; } @@ -42,3 +42,5 @@ div.foot { border-top: 1px dotted #cccccc; text-align: right; } a.external { background: transparent url(external.png) center right no-repeat; padding-right: 12px; } + +span.date { color: #808080; } |