=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.16 retrieving revision 1.18 diff -u -p -r1.16 -r1.18 --- mandoc/mandoc.css 2017/02/05 20:22:04 1.16 +++ mandoc/mandoc.css 2017/03/13 20:22:18 1.18 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.16 2017/02/05 20:22:04 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.18 2017/03/13 20:22:18 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -14,6 +14,11 @@ 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. */ fieldset { border: thin solid silver; @@ -173,6 +178,7 @@ a.Mt { } b.Cd { font-style: normal; } i.Ad { font-weight: normal; } b.Ms { font-style: normal; } +span.St { } a.Ux { } /* Physical markup. */