MediaWiki:Vector.css: Difference between revisions

From DXGL Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: #bodyContent .plainlinks a { background: none !important; padding: 0 !important; color: #002bb8 !important; }")
 
No edit summary
Line 3: Line 3:
background: none !important;
background: none !important;
padding: 0 !important;
padding: 0 !important;
color: #002bb8 !important;
color: #0B0080 !important;
}
}

Revision as of 02:35, 17 January 2016

/* CSS placed here will affect users of the Vector skin */
#bodyContent .plainlinks a {
	background: none !important;
	padding: 0 !important;
	color: #0B0080 !important;
}