MediaWiki:Common.css: Difference between revisions

An idea by Jeff Lawlor
Created on 2024-10-08
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 90: Line 90:


.content figure[typeof~='mw:File/Thumb'] > figcaption {
.content figure[typeof~='mw:File/Thumb'] > figcaption {
background-color: transparent !important;
background-color: transparent;
margin: 0;
margin: 0;
padding: 0px 10px 10px 10px !important;
padding: 0px 10px 10px 10px !important;
Line 123: Line 123:
     float: none;
     float: none;
     width: 100%;
     width: 100%;
     margin: .6em auto;
     margin: 2em auto;
   }
   }
}
}