https://bugzilla.wikimedia.org/show_bug.cgi?id=33445
--- Comment #6 from Erwin Dokter <[email protected]> 2012-01-17 14:26:35 UTC --- When HTML5 will be enabled, MediaWiki will automatically replace the old HTML tags with inline CSS. That means the attribute selector will not work. Here's some universal code to put in Common.css: div.floatleft, table.floatleft { float: left; clear: left; margin: 1em 1em 1em 0; } div.floatright, table.floatright { float: right; clear: right; margin: 1em 0 1em 1em; } -- 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
