=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.25 retrieving revision 1.27 diff -u -p -r1.25 -r1.27 --- mandoc/mandoc.css 2018/05/08 21:42:34 1.25 +++ mandoc/mandoc.css 2018/05/21 00:00:37 1.27 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.25 2018/05/08 21:42:34 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.27 2018/05/21 00:00:37 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -41,7 +41,7 @@ table.head { width: 100%; td.head-vol { text-align: center; } td.head-rtitle { text-align: right; } -span.Nd { } +div.Nd { display: inline; } table.foot { width: 100%; border-top: 1px dotted #808080; @@ -164,14 +164,15 @@ code.Cm { font-style: normal; font-family: inherit; } var.Ar { font-style: italic; font-weight: normal; } -span.Op { } +div.Op { display: inline; } code.Ic { font-style: normal; font-weight: bold; font-family: inherit; } 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. */ @@ -216,6 +217,7 @@ a.Ux { } /* Physical markup. */ +.Bf { display: inline; } .No { font-style: normal; font-weight: normal; } .Em { font-style: italic;