Difference between revisions of "MediaWiki:Common.css"

(Created page with "CSS placed here will be applied to all skins: #ca-talk { display:none!important; } #ca-history { display:none!important; }")
 
Line 2: Line 2:
 
#ca-talk { display:none!important; }
 
#ca-talk { display:none!important; }
 
#ca-history { display:none!important; }
 
#ca-history { display:none!important; }
 +
 +
.topbanner img {
 +
    max-width: 100%;
 +
    height: auto;
 +
    width: auto\9;
 +
}

Revision as of 05:39, 24 January 2018

/* CSS placed here will be applied to all skins */
#ca-talk { display:none!important; }
#ca-history { display:none!important; }

.topbanner img {
    max-width: 100%;
    height: auto;
    width: auto\9;
}