Difference between revisions of "MediaWiki:Common.css"

Line 6: Line 6:
 
     max-width: 100%;
 
     max-width: 100%;
 
     height: auto;
 
     height: auto;
     width: auto\9;
+
     width: auto;
 
}
 
}

Revision as of 05:43, 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;
}