MediaWiki:Common.css: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
(red external links)
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


.createlinks a.external {
.createlinks a.external,
.createlinks a.external:visited {
color: #CC2200;
color: #CC2200;
}
}

Revision as of 09:42, 13 July 2013

/* CSS placed here will be applied to all skins */

.createlinks a.external,
.createlinks a.external:visited {
	color: #CC2200;
}