diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 23:12:08 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-21 23:12:08 +0000 |
commit | e91c8c858c8cdd999f3dda62d2c69dda0e5e1da1 (patch) | |
tree | c57f5709486ea1d4ef75ffeb5691b49e197f6a11 /style.css | |
parent | e6ae656c7d56728d036a3015d4b74e792338231c (diff) | |
download | mandoc-e91c8c858c8cdd999f3dda62d2c69dda0e5e1da1.tar.gz |
A few more macros in -Thtml.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -10,11 +10,11 @@ span.arg { font-style: italic; } span.config { font-weight: bold; } span.diag { font-weight: bold; } span.emph { font-style: italic; } -span.farg { font-style: underline; } +span.farg { text-decoration: underline; } span.file { font-style: italic; } span.flag { font-weight: bold; } span.name { font-weight: bold; } -span.type { font-weight: italic; } +span.type { font-style: italic; } span.utility { font-weight: bold; } table.header { border-bottom: 1px dotted #cccccc; } table.footer { border-top: 1px dotted #cccccc; } |