=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.34 retrieving revision 1.35 diff -c -r1.34 -r1.35 *** src/usr.bin/mandoc/mandoc.css 2020/10/30 21:31:19 1.34 --- src/usr.bin/mandoc/mandoc.css 2021/03/30 19:23:50 1.35 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.css,v 1.34 2020/10/30 21:31:19 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * --- 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). * *************** *** 31,36 **** --- 31,37 ---- ul, ol, dl { margin-top: 0em; margin-bottom: 0em; } li, dt { margin-top: 1em; } + pre { font-family: inherit; } .permalink { border-bottom: thin dotted; color: inherit;