=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.4 retrieving revision 1.5 diff -c -r1.4 -r1.5 *** src/usr.bin/mandoc/mandoc.css 2017/02/05 21:00:18 1.4 --- src/usr.bin/mandoc/mandoc.css 2017/03/13 20:22:11 1.5 *************** *** 1,4 **** ! /* $OpenBSD: mandoc.css,v 1.4 2017/02/05 21:00:18 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ --- 1,4 ---- ! /* $OpenBSD: mandoc.css,v 1.5 2017/03/13 20:22:11 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ *************** *** 13,18 **** --- 13,23 ---- ul, ol, dl { margin-top: 0em; margin-bottom: 0em; } li, dt { margin-top: 1em; } + + a.selflink { border-bottom: thin dotted; + color: inherit; + font: inherit; + text-decoration: inherit; } /* Search form and search results. */