MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 42: Line 42:
}
}


.infobox .infobox-caption {
/* Fixes weird stretching bug with the Vector skin */
   text-align: center;
.infobox img {
   display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
}


Line 75: Line 79:
     width: 22em;
     width: 22em;
   }
   }
}
/* Fixes weird stretching bug on Vector */
.infobox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
}