MediaWiki:Gadget-WideVector.css: Difference between revisions

From Pikipedia, the Pikmin wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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;
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;
}