aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/mandoc.css b/mandoc.css
index 29e47445..4c1d5610 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -1,4 +1,4 @@
-/* $Id: mandoc.css,v 1.33 2018/06/10 16:15:43 schwarze Exp $ */
+/* $Id: mandoc.css,v 1.34 2018/06/25 13:01:19 schwarze Exp $ */
/*
* Standard style sheet for mandoc(1) -Thtml and man.cgi(8).
*/
@@ -153,6 +153,9 @@ table.Bl-compact > tbody > tr > td {
.eqn { }
.tbl { }
+.HP { margin-left: 3.8em;
+ text-indent: -3.8em; }
+
/* Semantic markup for command line utilities. */
table.Nm { }
@@ -245,4 +248,6 @@ dl.Bl-hang > dd {
dl.Bl-tag { margin-left: 2em; }
dl.Bl-tag > dt {
margin-left: -2em; }
+.HP { margin-left: 2em;
+ text-indent: -2em; }
}