summaryrefslogtreecommitdiffstats
path: root/mandoc.css
diff options
context:
space:
mode:
Diffstat (limited to 'mandoc.css')
-rw-r--r--mandoc.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/mandoc.css b/mandoc.css
index 7a803aeb..47621b63 100644
--- a/mandoc.css
+++ b/mandoc.css
@@ -18,6 +18,7 @@ a.selflink { border-bottom: thin dotted;
color: inherit;
font: inherit;
text-decoration: inherit; }
+* { clear: both }
/* Search form and search results. */
@@ -102,12 +103,12 @@ dt.It-ohang { }
dd.It-ohang { margin-left: 0ex; }
dl.Bl-tag { margin-left: 10.2ex; }
dt.It-tag { float: left;
- clear: both;
margin-top: 0ex;
margin-left: -10.2ex;
padding-right: 2ex;
vertical-align: top; }
-dd.It-tag { width: 100%;
+dd.It-tag { clear: right;
+ width: 100%;
margin-top: 0ex;
margin-left: 0ex;
vertical-align: top;