aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--mandoc.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc.css b/mandoc.css
index e6f57be6..894c224a 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -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; }