Reinforce CSS selectors to avoid overriding by MonoBook

Tiny change to avoid problems with MonoBook skin.

Bug: T78304
Change-Id: I611a84b2763fca9aa821b5ce15e216bde5d05617
This commit is contained in:
Daimona Eaytoy 2018-03-27 20:14:08 +02:00
parent e268f6b3e1
commit d57b266497

View file

@ -68,8 +68,8 @@ li.mw-abusefilter-changeslist-nomatch {
}
#mw-abusefilter-syntaxresult,
li.mw-abusefilter-changeslist-nomatch,
li.mw-abusefilter-changeslist-match {
ul li.mw-abusefilter-changeslist-nomatch,
ul li.mw-abusefilter-changeslist-match {
/* Do not consolidate these into a "background:" rule; it will override the background-image: settings in above rulesets */
background-repeat: no-repeat;
padding-left: 25px;