"Krinkle" posted a comment on MediaWiki.r107669. URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/107669#c28705
Commit summary for MediaWiki.r107669: * more specific selectors for wikitable - don't inherit properties to nested tables which causes various rendering issues ** (bug 30485) Hieroglyphs look scary if embedded in tables with class="wikitable" ** (bug 33434) math extension: integral expressions display with boxes/frames/borders Krinkle's comment: Nice :) Perhaps we can try with only the <code>..table > tbody > tr ..</code> version, that one should work in firefox too. Apparently Firefox has some special thingy that allows styles for <code>..table > tr..</code> to work also. (by the way for more info, see [http://stackoverflow.com/questions/5568859/why-doesnt-table-tr-td-with-child-selectors-work here]) _______________________________________________ MediaWiki-CodeReview mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview
