=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.12 retrieving revision 1.13 diff -c -r1.12 -r1.13 *** src/usr.bin/mandoc/mandoc.css 2018/05/08 21:42:11 1.12 --- src/usr.bin/mandoc/mandoc.css 2018/05/09 00:45:33 1.13 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.css,v 1.12 2018/05/08 21:42:11 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ --- 1,4 ---- ! /* $OpenBSD: mandoc.css,v 1.13 2018/05/09 00:45:33 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ *************** *** 41,47 **** td.head-vol { text-align: center; } td.head-rtitle { text-align: right; } ! span.Nd { } table.foot { width: 100%; border-top: 1px dotted #808080; --- 41,47 ---- td.head-vol { text-align: center; } td.head-rtitle { text-align: right; } ! div.Nd { display: inline; } table.foot { width: 100%; border-top: 1px dotted #808080; *************** *** 164,170 **** font-family: inherit; } var.Ar { font-style: italic; font-weight: normal; } ! span.Op { } code.Ic { font-style: normal; font-weight: bold; font-family: inherit; } --- 164,170 ---- font-family: inherit; } var.Ar { font-style: italic; font-weight: normal; } ! div.Op { display: inline; } code.Ic { font-style: normal; font-weight: bold; font-family: inherit; } *************** *** 216,221 **** --- 216,222 ---- /* Physical markup. */ + .Bf { display: inline; } .No { font-style: normal; font-weight: normal; } .Em { font-style: italic;