Difference between revisions of "MediaWiki:Common.css"
From Neurosigns
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | #div-home-img {position: relative; overflow: hidden; height: 250px;} | + | #div-home-img {display:block !important; position: relative; overflow: hidden; height: 250px;} |
#div-home-img img {position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto;} | #div-home-img img {position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto;} | ||
− | + | td.hide-mobile {display:table-cell !important;} | |
− |
Latest revision as of 03:07, 28 August 2016
/* CSS placed here will be applied to all skins */ #div-home-img {display:block !important; position: relative; overflow: hidden; height: 250px;} #div-home-img img {position: absolute; top: -9999px; bottom: -9999px; left: -9999px; right: -9999px; margin: auto;} td.hide-mobile {display:table-cell !important;}