MediaWiki:Vector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 9: Line 9:
.mw-indicators {
.mw-indicators {
top: 7px;
top: 7px;
}
/* Site notice */
#siteNotice .pikipediaBox {
margin: 0 auto 5px !important;
}
}

Revision as of 18:02, August 5, 2020

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

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

/* Indicator icons */
.mw-indicators {
	top: 7px;
}

/* Site notice */
#siteNotice .pikipediaBox {
	margin: 0 auto 5px !important;
}