aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit546accec72e5db867d299b5616c26abec3a86c7d (patch)
tree86e8b2b225f2b620f42f329b6b328b290f14418d /mandoc.css
parent559195dcad0532b7eb395988eb0122053d7d12c5 (diff)
downloadmandoc-546accec72e5db867d299b5616c26abec3a86c7d.tar.gz
mandoc-546accec72e5db867d299b5616c26abec3a86c7d.tar.zst
mandoc-546accec72e5db867d299b5616c26abec3a86c7d.zip
Use <span> for .Ms rather than <b>; discussed with John Gardner.
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/mandoc.css b/mandoc.css
index e26845f1..3acc0809 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.28 2018/05/21 00:30:23 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.29 2018/05/21 01:11:31 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -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 { }