From ebb2ae0ade86462840e2db3f65ce4db844f34884 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 27 Aug 2018 23:13:44 +0000 Subject: Reduce excessive right padding in tagged list heads. 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@. --- mandoc.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mandoc.css') diff --git a/mandoc.css b/mandoc.css index 62262810..dedd62c0 100644 --- a/mandoc.css +++ b/mandoc.css @@ -111,7 +111,7 @@ td.foot-os { text-align: right; } 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; -- cgit