Skip to content

Commit 79b8abe

Browse files
authored
fix #143 by giving synonyms horizontal clearance (#144)
this `clear: right` that's being replaced certainly seems to be intended to do the same thing, but (see issue #143 screenshots): - a. I've not been able to confirm what it actually does (perhaps it worked at some point, but it doesn't seem to now) - b. I've given man pages a _cursory_ glance and I can't see any _harm_ in having `both` (only the _fix_ of 143).
1 parent 680bd48 commit 79b8abe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ h2 {
541541
padding-right: 1.2em;
542542
vertical-align: top; }
543543
.Bl-tag > dd {
544-
clear: right;
544+
clear: both;
545545
width: 100%;
546546
margin-top: 0em;
547547
margin-left: 0em;

0 commit comments

Comments
 (0)