https://bugzilla.wikimedia.org/show_bug.cgi?id=27458
Krinkle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|Lowest |Normal CC| |[email protected] Version|1.17 |unspecified Blocks|27339 | AssignedTo|[email protected]. |[email protected] |org | Summary|<gallery> has a white |Remove white |background now |background-color from | |ul.gallery --- Comment #11 from Krinkle <[email protected]> 2011-02-18 17:18:28 UTC --- This white background color is not new. It's been white since r54097: http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/shared.css?&pathrev=54097&r1=54096&r2=54097#l713 Since 1.17 they are UL's and the selector was changed to ul.gallery in r77411 : http://svn.wikimedia.org/viewvc/mediawiki/trunk/phase3/skins/common/shared.css?&pathrev=77411&r1=77410&r2=77411#l787 Commons specifically has had some javascript running that changed the layout of tables, this, as a side-effect, caused that core css not to apply because it changed the classes. Now that the fluid functionality is in core, the core classes apply again (as they did on all other wikis anyways). In the spirit of lines no longer going through tables, images and lists (bug 26449, solved in r79087 and r79091) ul.gallery's background may be dropped like-wise. Changing summary as, again, this is not new in 1.17 at all. -- 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
