diff --git a/source/css/app.css b/source/css/app.css index 1fb8d62..fff165e 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 {