=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.21 retrieving revision 1.23 diff -u -p -r1.21 -r1.23 --- mandoc/mandoc.css 2017/07/15 17:29:31 1.21 +++ mandoc/mandoc.css 2018/04/24 00:36:52 1.23 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.21 2017/07/15 17:29:31 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.23 2018/04/24 00:36:52 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -14,10 +14,11 @@ ul, ol, dl { margin-top: 0em; margin-bottom: 0em; } li, dt { margin-top: 1em; } -a.selflink { border-bottom: thin dotted; +a.permalink { border-bottom: thin dotted; color: inherit; font: inherit; text-decoration: inherit; } +* { clear: both } /* Search form and search results. */ @@ -102,12 +103,12 @@ dt.It-ohang { } dd.It-ohang { margin-left: 0ex; } dl.Bl-tag { margin-left: 10.2ex; } dt.It-tag { float: left; - clear: both; margin-top: 0ex; margin-left: -10.2ex; padding-right: 2ex; vertical-align: top; } -dd.It-tag { width: 100%; +dd.It-tag { clear: right; + width: 100%; margin-top: 0ex; margin-left: 0ex; vertical-align: top;