User "Brion VIBBER" posted a comment on MediaWiki.r95340.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/95340#c22078
Commit summary:

* (bug 30485) Fixed interference between wikihiero extension and 'wikitable' 
class style

Border & padding settings from the .wikitable class were overriding the rules 
for .mw-hiero-table and .mw-hiero-table td. Added !important on them to make 
sure that those inner styles consistently override whatever generic table cell 
rules might be in play that have the same or greater specificity.
Long-term of course it might be nice to rewrite the whole thing to compose SVG 
and output that. :)

Comment:

Backported:
* 1.17 in r96474
* 1.18 in r96477        
* 1.17wmf1 in r96481    

This adds the .css file & tweaks it to point at the older class name; the 
inline CSS is still left as-is (harmless).

Merging in the whole refactored extension later might be nice, but no rush.

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to