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
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


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

Latest revision as of 11:28, May 31, 2021

/* Always show the wide version of Vector */

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