MediaWiki:Mector.css: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Mector skin: #content { margin-left: 0px !important; } #left-navigation { margin-left: 0px !important; }")
 
No edit summary
 
Line 7: Line 7:
#left-navigation {
#left-navigation {
margin-left: 0px !important;
margin-left: 0px !important;
}
#pt-preferences {
padding-top: 3px !important;
}
#pt-logout {
padding-top: 3px !important;
}
}

Latest revision as of 20:37, 31 December 2023

/* All CSS here will be loaded for users of the Mector skin */

#content {
	margin-left: 0px !important;
}

#left-navigation {
	margin-left: 0px !important;
}

#pt-preferences {
padding-top: 3px !important;
}

#pt-logout {
padding-top: 3px !important;
}