=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.11 retrieving revision 1.12 diff -u -p -r1.11 -r1.12 --- mandoc/mandoc.css 2017/01/21 01:20:32 1.11 +++ mandoc/mandoc.css 2017/01/21 02:09:51 1.12 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.11 2017/01/21 01:20:32 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.12 2017/01/21 02:09:51 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -8,9 +8,12 @@ html { max-width: 100ex; } body { font-family: Helvetica,Arial,sans-serif; } table { width: 100%; - margin-top: 0ex; - margin-bottom: 0ex; } + margin-top: 0em; + margin-bottom: 0em; } td { vertical-align: top; } +ul, ol, dl { margin-top: 0em; + margin-bottom: 0em; } +li, dt { margin-top: 1em; } /* Search form and search results. */ @@ -95,7 +98,7 @@ dd.It-tag { } table.Bl-column { } tr.It-column { } -td.It-column { } +td.It-column { margin-top: 1em; } span.Rs { } span.RsA { }