On Thu, Jan 2, 2020 at 12:46 PM Oleg Pahl <oleg.p...@icloud.com> wrote:
>
> could you be so kind to revert this commit in FAQ 4?
>
> https://cvsweb.openbsd.org/cgi-bin/cvsweb/www/faq/faq4.html.diff?r1=1.495&r2=1.496
>

Instead of reverting the commit, this change in CSS fixes the problem:

- dt { margin-left: 40px; float: left; }
+ dt { margin-left: 40px; float: left; clear: left; }

However, depending on fonts and font sizes, rows on the second column
may still get slightly misaligned with respect to the first column.
Fixing this would require one more workaround, if you're so inclined:

+ dd:after { content: ""; display: block; clear: both; }

Reply via email to