summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mandoc.css2
-rw-r--r--mdoc_html.c2
2 files changed, 2 insertions, 2 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; }
diff --git a/mdoc_html.c b/mdoc_html.c
index be76ef5f..3ef5169e 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -732,7 +732,7 @@ mdoc_it_pre(MDOC_ARGS)
print_otag(h, TAG_B, "c", cattr);
break;
case ROFFT_BODY:
- print_otag(h, TAG_DD, "cswl", cattr,
+ print_otag(h, TAG_DD, "csw+l", cattr,
bl->norm->Bl.width);
break;
default: