From e3adb8ef44a7daf61312b42f86c547357ecfbb15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Nettingsmeier?= Date: Thu, 6 Feb 2014 22:15:03 +0100 Subject: [PATCH] CSS: clear before floating images. --- source/css/app.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/css/app.css b/source/css/app.css index 1fb8d625..fff165ee 100644 --- a/source/css/app.css +++ b/source/css/app.css @@ -405,14 +405,16 @@ samp:after { font-style: normal; } -#content .right { +#content img.right { margin: 0 0 1em 1em; float:right; + clear:right; } -#content .left { +#content img.left { margin:0 1em 1em 0; float:left; + clear:left; } #content .note,.warning,.fixme {