=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.37 retrieving revision 1.38 diff -u -p -r1.37 -r1.38 --- mandoc/mandoc.css 2018/08/27 23:13:44 1.37 +++ mandoc/mandoc.css 2018/11/24 23:03:18 1.38 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.37 2018/08/27 23:13:44 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.38 2018/11/24 23:03:18 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). */ @@ -9,7 +9,7 @@ html { max-width: 65em; } body { font-family: Helvetica,Arial,sans-serif; } table { margin-top: 0em; margin-bottom: 0em; } -td { vertical-align: top; } +td { vertical-align: middle; } ul, ol, dl { margin-top: 0em; margin-bottom: 0em; } li, dt { margin-top: 1em; }