Author: rbeelaard
Description:
Besides the bug in MZ as described in the URL, there seems another bug in the common.css style
sheet used for the Classic and Nostalgia skins.
Each right aligned image is wrapped into a <div class="thumb tright">
The css file shows:
div.tright {
float: right; margin-left:0.5em;
}
A clear:right statement is missing.
The effect: Multiple images are right aligned in a column for e.g. monobook.css (which does have a
clear:right statement), but appear in a row (or multiple rows, depending on width of window) in
Classic and Nostalgia skins.
Version: unspecified
Severity: minor
URL: http://nl.wikipedia.org/wiki/Gebruiker:RonaldB/column1#Test_samples_2