summaryrefslogtreecommitdiffstats
path: root/mandoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/mandoc.css b/mandoc.css
index afe34f44..7f874560 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -79,9 +79,13 @@ li.It-dash:before {
ul.Bl-item { list-style-type: none;
padding-left: 0em; }
li.It-item { }
+ul.Bl-compact > li {
+ margin-top: 0ex; }
ol.Bl-enum { padding-left: 2em; }
li.It-enum { }
+ol.Bl-compact > li {
+ margin-top: 0ex; }
dl.Bl-diag { }
dt.It-diag { }
@@ -108,10 +112,14 @@ dd.It-tag { width: 100%;
margin-left: 0ex;
vertical-align: top;
overflow: auto; }
+dl.Bl-compact > dt {
+ margin-top: 0ex; }
table.Bl-column { }
tr.It-column { }
td.It-column { margin-top: 1em; }
+table.Bl-compact > tbody > tr > td {
+ margin-top: 0ex; }
cite.Rs { font-style: normal;
font-weight: normal; }