Difference between revisions of "MediaWiki:Common.css"

From Miners Settlement - Game Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: .res-img img { max-width:100%; height:auto; }")
 
Line 4: Line 4:
 
max-width:100%;
 
max-width:100%;
 
height:auto;
 
height:auto;
 +
}
 +
 +
.res-img{
 +
    max-width: 10px;
 
}
 
}

Revision as of 16:08, 27 December 2021

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

.res-img img {
	max-width:100%;
	height:auto;
}

.res-img{
    max-width: 10px;
}