User "Krinkle" posted a comment on MediaWiki.r99307.
Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/99307#c24051
Commit summary:
Add !important to the tablesorter indicator.
Otherwise it is too easy to do <th style="background:red"> and kill the entire
indicator.
Fixes bug 31196 and follow up to r98665
Comment:
Recommending not to <code>!important</code> the <code>padding-right</code>
declaration.
Consider:
<pre>
--- MediaWiki:Common.css
table.unicorn-tables th {
padding: 50px 100px;
background-color: pink;
}
</pre>
or anything increasing the padding.
_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview