Difference between revisions of "MediaWiki:Common.css"

From Miners Settlement - Game Wiki
Jump to: navigation, search
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
}
 
}
  
.res-img{
+
#p-tb h3 { display: none; }
    max-width: 10px;
 
}
 

Latest revision as of 16:52, 27 December 2021

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

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

#p-tb h3 { display: none; }