From: Jörn Nettingsmeier Date: Wed, 5 Feb 2014 13:53:03 +0000 (+0100) Subject: tame the floating behaviour of
s: clear both before and after. the previous behav... X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed6dd533f0317fdde938e86a30bc301cef8775ac;p=ardour-manual tame the floating behaviour of
s: clear both before and after. the previous behaviour was not robust in the presence of right-floated images, shuffling text blocks all over the place. --- diff --git a/source/css/app.css b/source/css/app.css index ff2aeaa..6e7eb34 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -139,11 +139,18 @@ #content dl { - float: left; - width: 100%; + float:none; + clear:both; + width:100%; margin: 1em 0; padding: 0; } + +#content dl:after { + content:' '; + display:block; + clear:both; +} #content dt {