]> git.cameronkatri.com Git - mandoc.git/blobdiff - mandoc.css
Implement centering and adjustment to the right margin directly in
[mandoc.git] / mandoc.css
index a8f50769f493a2c60fbabbd13273da5ff05093e5..894c224a9e14b9e13094ff722b96f4155c4fbe85 100644 (file)
@@ -1,6 +1,11 @@
-/* $Id: mandoc.css,v 1.37 2018/08/27 23:13:44 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).
+ *
+ * Written by Ingo Schwarze <schwarze@openbsd.org>.
+ * 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,16 @@
 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; }
+/* Some browsers set border-color in a browser style for tbody,
+ * 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; }
 ul, ol, dl {   margin-top: 0em;
                margin-bottom: 0em; }
 li, dt {       margin-top: 1em; }
@@ -151,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; }