MediaWiki:Common.css: Difference between revisions

From Metropolis World Lore
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Manual revert
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:


/*  */
/*  */
body {
background-color: black;
}

Latest revision as of 16:30, 14 December 2022

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

/* To make images stretch across content width and responsive */
.res-img img {
	max-width:100%;
	height:auto;
}

/*  */