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

--- Comment #3 from [email protected] 2012-01-16 21:26:45 UTC ---
When you add "float:left" then you can also add "margin:0 1em 1em 0".

dewiki has as shortcut for this situation

table.float-left {
    clear: left;
    float: left;
    margin: 1em 1em 1em 0;
}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
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