MediaWiki:Common.css: Difference between revisions

From CCDirectLink
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
img {
  max-width: 100%;
}


img.block-img {
img.block-img {

Revision as of 23:03, 10 August 2020

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

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