Difference between revisions of "MediaWiki:Common.css"

From Autopilot Wiki
Jump to: navigation, search
 
Line 7: Line 7:
 
   display: block;
 
   display: block;
 
   max-width:100%;
 
   max-width:100%;
   height: auto;
+
   height: auto !important;
width: unset;
+
  width: auto !important;
 
}
 
}

Latest revision as of 23:12, 25 May 2022

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

/* Show category links */
#catlinks {display:block;}

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