MediaWiki:Common.css: Difference between revisions

From Synthesis Infrastructures
(Created page with "→‎CSS placed here will be applied to all skins: .img-responsive { display: block; max-width:100%; height: auto !important; width: auto !important; }")
 
(No difference)

Latest revision as of 08:54, 21 October 2022

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

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