aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css6
1 files changed, 3 insertions, 3 deletions
diff --git a/mandoc.css b/mandoc.css
index 925c1e38..29e47445 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.32 2018/05/28 15:39:25 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.33 2018/06/10 16:15:43 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -68,7 +68,7 @@ div.manual-text {
/* Displays and lists. */
.Bd { }
-.D1 { margin-left: 3.8em; }
+.Bd-indent { margin-left: 3.8em; }
ul.Bl-bullet { list-style-type: disc;
padding-left: 1em; }
@@ -239,7 +239,7 @@ a.In { }
div.manual-text {
margin-left: 0.5em; }
.Sh, .Ss { margin-left: 0em; }
-.D1 { margin-left: 2em; }
+.Bd-indent { margin-left: 2em; }
dl.Bl-hang > dd {
margin-left: 2em; }
dl.Bl-tag { margin-left: 2em; }