=================================================================== RCS file: /cvs/mandoc/mandoc.css,v retrieving revision 1.41 retrieving revision 1.42 diff -u -p -r1.41 -r1.42 --- mandoc/mandoc.css 2018/12/04 05:21:04 1.41 +++ mandoc/mandoc.css 2018/12/04 06:11:49 1.42 @@ -1,4 +1,4 @@ -/* $Id: mandoc.css,v 1.41 2018/12/04 05:21:04 schwarze Exp $ */ +/* $Id: mandoc.css,v 1.42 2018/12/04 06:11:49 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * @@ -19,7 +19,7 @@ table { margin-top: 0em; * but not for table, resulting in inconsistent border styling. */ tbody { border-color: inherit; } tr { border-color: inherit; } -td { vertical-align: middle; +td { vertical-align: top; padding-left: 0.2em; padding-right: 0.2em; border-color: inherit; } @@ -164,7 +164,7 @@ td.foot-os { text-align: right; } .RsV { } .eqn { } -.tbl { } +.tbl td { vertical-align: middle; } .HP { margin-left: 3.8em; text-indent: -3.8em; }