MediaWiki:Gadget-WideVector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* Always show the wide version of Vector */
/* Always show the wide version of Vector */


body, #right-navigation, .suggestions {
body, #right-navigation {
margin-right: 0 !important;
margin-right: 0 !important;
}
}

Revision as of 02:54, October 22, 2020

/* Always show the wide version of Vector */

body, #right-navigation {
	margin-right: 0 !important;
}