Jump to content

MediaWiki:Vector.css: Difference between revisions

From TwainFrame
No edit summary
No edit summary
Line 3: Line 3:
a.external {
a.external {
background-image: none !important;
background-image: none !important;
padding: 0;
padding: 0 !important;
}
}

Revision as of 11:13, 10 July 2025

/* All CSS here will be loaded for users of the Vector skin */

a.external {
	background-image: none !important;
	padding: 0 !important;
}