=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mandoc/mandoc.css,v retrieving revision 1.28 retrieving revision 1.29 diff -c -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 **** ! /* $OpenBSD: mandoc.css,v 1.28 2018/12/04 05:20:14 schwarze Exp $ */ /* * Standard style sheet for mandoc(1) -Thtml and man.cgi(8). * --- 1,4 ---- ! /* $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,25 **** * but not for table, resulting in inconsistent border styling. */ tbody { border-color: inherit; } tr { border-color: inherit; } ! td { vertical-align: middle; padding-left: 0.2em; padding-right: 0.2em; border-color: inherit; } --- 19,25 ---- * but not for table, resulting in inconsistent border styling. */ tbody { border-color: inherit; } tr { border-color: inherit; } ! td { vertical-align: top; padding-left: 0.2em; padding-right: 0.2em; border-color: inherit; } *************** *** 164,170 **** .RsV { } .eqn { } ! .tbl { } .HP { margin-left: 3.8em; text-indent: -3.8em; } --- 164,170 ---- .RsV { } .eqn { } ! .tbl td { vertical-align: middle; } .HP { margin-left: 3.8em; text-indent: -3.8em; }