=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.27 retrieving revision 1.28 diff -u -p -r1.27 -r1.28 --- mandoc/mandoc.css 2018/05/21 00:00:37 1.27 +++ mandoc/mandoc.css 2018/05/21 00:30:23 1.28 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.27 2018/05/21 00:00:37 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.28 2018/05/21 00:30:23 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -210,7 +210,8 @@ a.Mt { } code.Cd { font-style: normal; font-weight: bold; font-family: inherit; } -i.Ad { font-weight: normal; } +span.Ad { font-style: italic; + font-weight: normal; } b.Ms { font-style: normal; } span.St { } a.Ux { }