=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- src/usr.bin/mandoc/mandoc.css 2018/12/04 05:20:14 1.28 +++ src/usr.bin/mandoc/mandoc.css 2018/12/04 06:11:44 1.29 @@ -1,4 +1,4 @@ -/* $OpenBSD: mandoc.css,v 1.28 2018/12/04 05:20:14 schwarze Exp $ */ +/* $OpenBSD: mandoc.css,v 1.29 2018/12/04 06:11:44 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * @@ -19,7 +19,7 @@ * 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 @@ .RsV { } .eqn { } -.tbl { } +.tbl td { vertical-align: middle; } .HP { margin-left: 3.8em; text-indent: -3.8em; }