CSS: clear before floating images.

This commit is contained in:
Jörn Nettingsmeier 2014-02-06 22:15:03 +01:00
parent 8107428bfa
commit e3adb8ef44

View File

@ -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 {