Difference between revisions of "MediaWiki:Common.css"

From Autopilot Wiki
Jump to: navigation, search
Line 8: Line 8:
 
   max-width:100%;
 
   max-width:100%;
 
   height: auto;
 
   height: auto;
 +
width: unset;
 
}
 
}

Revision as of 23:11, 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;
width: unset;
}