MediaWiki:Common.css: Difference between revisions

From Weegeepie Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #content { margin-left: 33em; }")
 
No edit summary
Line 2: Line 2:


#content {
#content {
margin-left: 33em;
margin-left: 11em;
}
}

Revision as of 01:36, 30 December 2023

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

#content {
	margin-left: 11em;
}