MediaWiki:Vector.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 Vector skin: #content { margin-left: 16em; } #left-navigation { margin-left: 16em; }")
 
No edit summary
Tag: Manual revert
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:


#content {
#content {
margin-left: 16em;
margin-left: 16em !important;
}
}


#left-navigation {
#left-navigation {
margin-left: 16em;
margin-left: 16em !important;
}
}

Latest revision as of 18:59, 8 August 2024

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

#content {
	margin-left: 16em !important;
}

#left-navigation {
	margin-left: 16em !important;
}