MediaWiki:Vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎Widen search bar: #simpleSearch input#searchInput { width: 14em; }")
 
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 01:30, January 3, 2020

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

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

#whosonline a:active,
#whosonline a:visited {
	color: #0645ad;
}