diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2010-02-08 22:07:45 +0100 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2010-02-08 22:07:45 +0100 |
commit | 44ed48ffa6c39653415b0e0e528a1e8a515a7a77 (patch) | |
tree | 60e777c5d77b778670c5c219278cf63865fc5320 /config/nimdoc.cfg | |
parent | a4ba3556456e7e42d5997db9f935904434df9b6f (diff) | |
download | Nim-44ed48ffa6c39653415b0e0e528a1e8a515a7a77.tar.gz |
more enhancements for the lib
Diffstat (limited to 'config/nimdoc.cfg')
-rwxr-xr-x | config/nimdoc.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/config/nimdoc.cfg b/config/nimdoc.cfg index fe95fc57a..300b5e509 100755 --- a/config/nimdoc.cfg +++ b/config/nimdoc.cfg @@ -262,15 +262,16 @@ table.footnote {border-left: solid 1px black;margin-left: 1px } table.docutils td, table.docutils th, table.docinfo td, table.docinfo th {padding-left: 0.5em;padding-right: 0.5em; - vertical-align: top; border-bottom:1px solid #9D9D9D; color: #4d4d4d} + vertical-align: top;} +table.docutils td, table.docutils th { border-bottom:1px solid #9D9D9D; color: #4d4d4d} table.docutils td:hover, table.docinfo td:hover {color: #000000} table.docutils th.field-name, table.docinfo th.docinfo-name { font-weight: bold;text-align: left;white-space: nowrap;padding-left: 0 } -table.docutils th, table.docinfo th +table.docutils th { color: black; font-weight:normal; |