diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-26 22:35:59 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-07-26 22:35:59 +0000 |
commit | 0d10c8557262e29c75d5f481922ded794e98c2fe (patch) | |
tree | 3c07d7ba41b5ea929ce8c966cf5809a9760cd648 /example.style.css | |
parent | 08aafd241c1ac542a9be86df47ea700e39152892 (diff) | |
download | mandoc-0d10c8557262e29c75d5f481922ded794e98c2fe.tar.gz |
`Ad' is supposed to underline. Found whilst trolling through manuals.
Diffstat (limited to 'example.style.css')
-rw-r--r-- | example.style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example.style.css b/example.style.css index fa25d7e6..c989ac37 100644 --- a/example.style.css +++ b/example.style.css @@ -11,7 +11,7 @@ div.ssec-head { font-weight: bold; font-style: normal; } /* Sub-sections (Ss). * div.ssec-body { } div.ssec-block { } -span.addr { } /* Address (Ad). */ +span.addr { font-style: italic; font-weight: normal; } /* Address (Ad). */ span.arg { font-style: italic; font-weight: normal; } /* Command argument (Ar). */ span.author { } /* Author name (An). */ span.bold { font-weight: bold; font-style: normal; } /* Generically bold (SB, BI, IB, BR, RB, B). */ |