summaryrefslogtreecommitdiffstats
path: root/mandoc.css
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-15 17:29:31 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-15 17:29:31 +0000
commit48a3d96ced4dc84ed0590b190e638ee2b76458e5 (patch)
treee9d2715c87e4e10629ca05211d6d6d8cb9178f39 /mandoc.css
parent61f19ffd9b72db20cc1dc1d55da45459375680f4 (diff)
downloadmandoc-48a3d96ced4dc84ed0590b190e638ee2b76458e5.tar.gz
use the same width increase logic for .Bl -hang as for .Bl -tag
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc.css b/mandoc.css
index f5e221cb..7a803aeb 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -93,7 +93,7 @@ dd.It-diag { margin-left: 0ex; }
b.It-diag { font-style: normal; }
dl.Bl-hang { }
dt.It-hang { }
-dd.It-hang { margin-left: 5ex; }
+dd.It-hang { margin-left: 10.2ex; }
dl.Bl-inset { }
dt.It-inset { }
dd.It-inset { margin-left: 0ex; }