=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.26 retrieving revision 1.29 diff -u -p -r1.26 -r1.29 --- mandoc/mandoc.css 2018/05/09 00:46:10 1.26 +++ mandoc/mandoc.css 2018/05/21 01:11:31 1.29 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.26 2018/05/09 00:46:10 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). */ @@ -171,7 +171,8 @@ code.Ic { font-style: normal; code.Ev { font-style: normal; font-weight: normal; font-family: monospace; } -i.Pa { font-weight: normal; } +span.Pa { font-style: italic; + font-weight: normal; } /* Semantic markup for function libraries. */ @@ -209,8 +210,10 @@ a.Mt { } code.Cd { font-style: normal; font-weight: bold; font-family: inherit; } -i.Ad { font-weight: normal; } -b.Ms { font-style: normal; } +span.Ad { font-style: italic; + font-weight: normal; } +span.Ms { font-style: normal; + font-weight: bold; } span.St { } a.Ux { }