summaryrefslogtreecommitdiffstats
path: root/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-05-21 01:11:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-05-21 01:11:31 +0000
commit1f3a93e77917534228a285ef0cb54e575870b4dd (patch)
treebc38d6372be9c42afe76bf09f5a42ca220dfe643 /mandoc.css
parente78f92999babd9f87dc74ee273daca5486cd2997 (diff)
downloadmandoc-1f3a93e77917534228a285ef0cb54e575870b4dd.tar.gz
Use <span> for .Ms rather than <b>; discussed with John Gardner.
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.css b/mandoc.css
index 432bef0e..5029ef00 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -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 { }