The 1.2em was an approximate equivalent of the 2n traditionally used
for terminal display, but it is much too wide for HTML rendering.
Issue reported by mikeb@.
-/* $Id: mandoc.css,v 1.36 2018/07/23 22:51:26 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.37 2018/08/27 23:13:44 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
float: left;
margin-top: 0em;
margin-left: -5.5em;
- padding-right: 1.2em;
+ padding-right: 0.5em;
vertical-align: top; }
.Bl-tag > dd {
clear: right;