From 6acf06648e58b5b271997d4d51f437489560d6fa Mon Sep 17 00:00:00 2001 From: xfnw Date: Fri, 26 Mar 2021 12:11:04 -0400 Subject: [PATCH] indent small sections too --- .vim/templates/man.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vim/templates/man.html b/.vim/templates/man.html index a7608e2..9fcf4b1 100644 --- a/.vim/templates/man.html +++ b/.vim/templates/man.html @@ -38,7 +38,7 @@ td.head-vol { text-align: center; } div.Pp { margin: 1ex 0ex; } div.Nd, div.Bf, div.Op { display: inline; } - div.Bd-indent { margin-left: 6ch; } + div.Bd-indent, section.Ss { margin-left: 6ch; } span.Pa, span.Ad { font-style: italic; } span.Ms { font-weight: bold; } dl.Bl-diag dt { font-weight: bold; }