https://bugzilla.wikimedia.org/show_bug.cgi?id=33438

--- Comment #7 from Fomafix <[email protected]> ---
Thanks for fixing the <strong>.

There is still
    float: left;
to generate a box with intrinsic width. But this needs a clear:left in the
following element.

With the following definition instead there is no need for a clear:left:
    display: inline-block;
    zoom: 1;
    *display: inline;

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to