diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-05-21 01:11:31 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-05-21 01:11:31 +0000 |
commit | 1f3a93e77917534228a285ef0cb54e575870b4dd (patch) | |
tree | bc38d6372be9c42afe76bf09f5a42ca220dfe643 /mandoc.css | |
parent | e78f92999babd9f87dc74ee273daca5486cd2997 (diff) | |
download | mandoc-1f3a93e77917534228a285ef0cb54e575870b4dd.tar.gz |
Use <span> for .Ms rather than <b>; discussed with John Gardner.
Diffstat (limited to 'mandoc.css')
-rw-r--r-- | mandoc.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -212,7 +212,8 @@ code.Cd { font-style: normal; font-family: inherit; } span.Ad { font-style: italic; font-weight: normal; } -b.Ms { font-style: normal; } +span.Ms { font-style: normal; + font-weight: bold; } span.St { } a.Ux { } |