MediaWiki:Gadget-WideVector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
(Created page with "→‎Always show the wide version of Vector: body, #right-navigation { margin-right: 0 !important; }")
 
No edit summary
Line 1: Line 1:
/* Always show the wide version of Vector */
/* Always show the wide version of Vector */


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

Revision as of 06:20, October 9, 2020

/* Always show the wide version of Vector */

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