=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.35 retrieving revision 1.36 diff -c -r1.35 -r1.36 *** src/usr.bin/mandoc/mandoc.css 2021/03/30 19:23:50 1.35 --- src/usr.bin/mandoc/mandoc.css 2022/03/17 18:45:43 1.36 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.css,v 1.35 2021/03/30 19:23:50 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * --- 1,4 ---- ! /* $OpenBSD: mandoc.css,v 1.36 2022/03/17 18:45:43 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * *************** *** 195,201 **** font-family: inherit; } .Ar { font-style: italic; font-weight: normal; } ! .Op { display: inline; } .Ic { font-style: normal; font-weight: bold; font-family: inherit; } --- 195,201 ---- font-family: inherit; } .Ar { font-style: italic; font-weight: normal; } ! .Op { display: inline flow; } .Ic { font-style: normal; font-weight: bold; font-family: inherit; } *************** *** 250,256 **** /* Physical markup. */ ! .Bf { display: inline; } .No { font-style: normal; font-weight: normal; } .Em { font-style: italic; --- 250,256 ---- /* Physical markup. */ ! .Bf { display: inline flow; } .No { font-style: normal; font-weight: normal; } .Em { font-style: italic; *************** *** 267,273 **** .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft, .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs, .St, .Sx, .Sy, .Va, .Vt, .Xr { ! display: inline-block; position: relative; } .An::before { content: "An"; } --- 267,273 ---- .An, .Ar, .Cd, .Cm, .Dv, .Em, .Er, .Ev, .Fa, .Fd, .Fl, .Fn, .Ft, .Ic, code.In, .Lb, .Lk, .Ms, .Mt, .Nd, code.Nm, .Pa, .Rs, .St, .Sx, .Sy, .Va, .Vt, .Xr { ! display: inline flow; position: relative; } .An::before { content: "An"; }