r102602 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r102601‎ | r102602 | r102603 >
Date:23:31, 9 November 2011
Author:reedy
Status:ok
Tags:
Comment:
1.18wmf1 Merge r101758
Modified paths:
  • /branches/wmf/1.18wmf1/extensions (modified) (history)
  • /branches/wmf/1.18wmf1/extensions/AbuseFilter/abusefilter.css (modified) (history)

Diff [purge]

Index: branches/wmf/1.18wmf1/extensions/AbuseFilter/abusefilter.css
@@ -65,8 +65,10 @@
6666 #mw-abusefilter-syntaxresult,
6767 li.mw-abusefilter-changeslist-nomatch,
6868 li.mw-abusefilter-changeslist-match {
69 - background: no-repeat left center;
 69+ /* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */
 70+ background-repeat: no-repeat;
7071 padding-left: 25px;
 72+ background-position: left center;
7173 }
7274
7375 table.mw-abusefilter-diff {
@@ -120,4 +122,4 @@
121123 }
122124 /* @noflip */.sitedir-rtl .TablePager_col_af_public_comments {
123125 direction: rtl;
124 -}
\ No newline at end of file
 126+}
Property changes on: branches/wmf/1.18wmf1/extensions
___________________________________________________________________
Modified: svn:mergeinfo
125127 Merged /branches/REL1_18/extensions:r101758

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r101758MFT r101756 -- bug 31870: fix Special:Abusefilter pass/fail icons broken by r...brion00:18, 3 November 2011

Status & tagging log