]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.css
implement the tbl(7) "allbox" option;
[mandoc.git] / mandoc.css
index bc4d98281a8df3c4ea912ffcfe9d3fb41aef6b13..0dab6e8874aa5d1e9a8a4fd2dccf6913a1f8922c 100644 (file)
@@ -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;