"Fomafix" posted a comment on MediaWiki.r80495.
URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/80495#c29400

Commit summary for MediaWiki.r80495:

This override is no longer needed. 
Tables in <div class="toccolours"> or in other places no longer force a white 
background which was only added to avoid underlines from <h2> headings from  
shining through (which is no longer the case since bug 26449 was solved in 
r79087 and r79091)
* This commit fixes bug 26708

Fomafix's comment:

In 
[[svn:trunk/phase3/resources/mediawiki.action/mediawiki.action.history.diff.css]]

<syntaxhighlight lang="css">
table.diff,
td.diff-otitle,
td.diff-ntitle {
        background-color: transparent;
}
</syntaxhighlight>

from r105280 is not necessary anymore. 

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

Reply via email to