MediaWiki:Vector.css: Difference between revisions

From SmashWiki, the Super Smash Bros. wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 8: Line 8:
#ArticleIcons {
#ArticleIcons {
top: -38px !important;
top: -38px !important;
}
#WhosOnlineDiv {
margin-bottom: -7px;
}
}

Revision as of 04:55, January 2, 2020

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

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

#ArticleIcons {
	top: -38px !important;
}