=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.37 retrieving revision 1.40 diff -u -p -r1.37 -r1.40 --- mandoc/mandoc.css 2018/08/27 23:13:44 1.37 +++ mandoc/mandoc.css 2018/11/26 21:06:02 1.40 @@ -1,6 +1,11 @@ -/* $Id: mandoc.css,v 1.37 2018/08/27 23:13:44 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.40 2018/11/26 21:06:02 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). + * + * Written by Ingo Schwarze . + * I place this file into the public domain. + * Permission to use, copy, modify, and distribute it for any purpose + * with or without fee is hereby granted, without any conditions. */ /* Global defaults. */ @@ -8,8 +13,11 @@ html { max-width: 65em; } body { font-family: Helvetica,Arial,sans-serif; } table { margin-top: 0em; - margin-bottom: 0em; } -td { vertical-align: top; } + margin-bottom: 0em; + border-collapse: collapse; } +td { vertical-align: middle; + padding-left: 0.2em; + padding-right: 0.2em; } ul, ol, dl { margin-top: 0em; margin-bottom: 0em; } li, dt { margin-top: 1em; }