MediaWiki:Vector.css: Difference between revisions

Created page with "All CSS here will be loaded for users of the Vector skin: a.external::after { display: none !important; }"
 
No edit summary
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */


a.external::after {
a.external {
display: none !important;
background: none !important;
padding: 0 !important;
}
}