diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-08 19:29:07 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2017-06-08 19:29:07 +0000 |
| commit | 7ad21139cd51f34b1749abea843f7f513b4a6410 (patch) | |
| tree | 75256d41669ecdcdfe88b3f6d39c3b1691451b8f /mandoc.css | |
| parent | 6cae2c9f93ec8d6e7a8bce06b82bed67f2d6450b (diff) | |
Import mandoc 2017-06-08vendor/mandoc/20170608
Diffstat (limited to 'mandoc.css')
| -rw-r--r-- | mandoc.css | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mandoc.css b/mandoc.css index bc4d98281a8d..0dab6e8874aa 100644 --- a/mandoc.css +++ b/mandoc.css @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.17 2017/02/05 21:00:43 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; |
