Difference between revisions of "MediaWiki:Common.css"

From Autopilot Wiki
Jump to: navigation, search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Show category links: #catlinks {display:block;}")
 
Line 3: Line 3:
 
/* Show category links */
 
/* Show category links */
 
#catlinks {display:block;}
 
#catlinks {display:block;}
 +
 +
.vid-responsive {
 +
  display: block;
 +
  max-width:100%;
 +
  height: auto;
 +
}

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