Difference between revisions of "MediaWiki:Common.css"
From Simson Garfinkel
Jump to navigationJump to searchm |
m |
||
Line 9: | Line 9: | ||
a.external:after { | a.external:after { | ||
display: none !important; | display: none !important; | ||
+ | } | ||
+ | a.external { | ||
+ | background: none !important; | ||
} | } |
Revision as of 19:21, 30 December 2019
/* CSS placed here will be applied to all skins */ #content a.external.text:after, #content a.external.autonumber:after { } /* remove external links */ a.external:after { display: none !important; } a.external { background: none !important; }