MediaWiki:Vector.css: Difference between revisions

From Wizards and Warlords
Jump to navigation Jump to search
Blanked the page
Tag: Blanking
No edit summary
Line 1: Line 1:
html {
background: #f3f3f3;
}


body {
position: relative;
width: min(100%, 1400px);
margin: 0 auto;
background: #fff;
}

Revision as of 17:05, 2 June 2026

html {
	background: #f3f3f3;
}

body {
	position: relative;
	width: min(100%, 1400px);
	margin: 0 auto;
	background: #fff;
}