MediaWiki:Vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
#simpleSearch input#searchInput {
#simpleSearch input#searchInput {
width: 14em;
width: 14em;
}
#whosonline a:active,
#whosonline a:visited {
color: #0645ad;
}
}

Revision as of 07:31, April 5, 2020

/* CSS placed here will affect users of the Vector skin */

/* Widen search bar */
#simpleSearch input#searchInput {
	width: 14em;
}