Changes

MediaWiki:Common.css

68 bytes removed, 03:00, 28 August 2016
no edit summary
/* CSS placed here will be applied to all skins */
#div-home-img {display:block; position: relative; overflow: hidden; height: 250px;}
#div-home-img img {position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto;}
 
@media only screen and (max-width: 800px) {
#div-home-img { display:none; }
}