MediaWiki:Common.css: Difference between revisions

From CCDirectLink
No edit summary
No edit summary
Line 2: Line 2:


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

Revision as of 23:08, 10 August 2020

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

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