diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-05 19:29:19 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-02-05 19:29:19 +0000 |
commit | fe3300a60086a56cb17f5031f76b97e114544978 (patch) | |
tree | 060f61d63f2183fb7539093bbdf771d4a27085fb /mandoc.css | |
parent | 937a6b2e1aa8db0008fce66bcff5f7eab8c29190 (diff) | |
download | mandoc-fe3300a60086a56cb17f5031f76b97e114544978.tar.gz |
for .Rs, use <cite>
Diffstat (limited to 'mandoc.css')
-rw-r--r-- | mandoc.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -108,7 +108,8 @@ table.Bl-column { } tr.It-column { } td.It-column { margin-top: 1em; } -span.Rs { } +cite.Rs { font-style: normal; + font-weight: normal; } span.RsA { } i.RsB { font-weight: normal; } span.RsC { } |