MediaWiki:Common.css: Difference between revisions

From Future Fragments Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
height:auto;
height:auto;
}
}
#content { background: url(/images/background.jpg);}
body { background: url(/images/background.jpg);}

Revision as of 18:06, 24 January 2023

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

img {
	max-width:100%;
	height:auto;
}
body { background: url(/images/background.jpg);}