summaryrefslogtreecommitdiff
path: root/usr.bin/mandoc/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-21 01:10:07 +0000
committerIngo Schwarze <schwarze@cvs.openbsd.org>2018-05-21 01:10:07 +0000
commitcd4cc83a43e2596a3afb0a44d42eb996624edc07 (patch)
tree591c6c3879de2418175094bf47896fae3d39516b /usr.bin/mandoc/mandoc.css
parenta2cd20007cc87876581e7079cd16579ba1dea07a (diff)
Use <span> for .Ms rather than <b>; discussed with John Gardner.
Diffstat (limited to 'usr.bin/mandoc/mandoc.css')
-rw-r--r--usr.bin/mandoc/mandoc.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mandoc.css b/usr.bin/mandoc/mandoc.css
index 5cea8a31af6..6c5ae580665 100644
--- a/usr.bin/mandoc/mandoc.css
+++ b/usr.bin/mandoc/mandoc.css
@@ -1,4 +1,4 @@
-/* $OpenBSD: mandoc.css,v 1.15 2018/05/21 00:29:41 schwarze Exp $ */
+/* $OpenBSD: mandoc.css,v 1.16 2018/05/21 01:10:06 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 { }