Adding @embed for RL

This commit is contained in:
John Du Hart 2011-11-22 16:10:49 +00:00
parent 7cf809bb0e
commit ee051870ae
Notes: Raimond Spekking 2012-03-12 20:46:25 +00:00

View file

@ -52,6 +52,7 @@ tr.mw-abusefilter-list-deleted, tr.mw-abusefilter-list-deleted td {
.mw-abusefilter-examine-match,
.mw-abusefilter-syntaxresult-ok,
li.mw-abusefilter-changeslist-match {
/* @embed */
background-image: url(yes_check.png);
}
@ -59,6 +60,7 @@ li.mw-abusefilter-changeslist-match {
.mw-abusefilter-examine-syntaxerror,
.mw-abusefilter-syntaxresult-error,
li.mw-abusefilter-changeslist-nomatch {
/* @embed */
background-image: url(red_x.png);
}