MediaWiki:Common.css: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
#content {
#content {
margin-left: 16em;
margin-left: 16em;
margin-right: 200px;
border-right-width: 1px;
}
}



Revision as of 01:40, 30 December 2023

/* CSS placed here will be applied to all skins */

#content {
	margin-left: 16em;
	margin-right: 200px;
	border-right-width: 1px;
}

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