https://bugzilla.wikimedia.org/show_bug.cgi?id=18708


Derk-Jan Hartman <hart...@videolan.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hart...@videolan.org




--- Comment #1 from Derk-Jan Hartman <hart...@videolan.org>  2009-05-08 
16:03:18 UTC ---
proposals would be:

.plainlinks a {
        background: none !important;
        padding: 0 !important;
}

This would however require that the skins set their specificity different. That
would need to be tested at least.
Alternative is:

#content .plainlinks a,
#mw_content .plainlinks a {
        background: none !important;
        padding: 0 !important;
}

The !important is needed because the assigning of icons actually happens at a
LATER time (the skins), and would thus override this "global" class.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to