MediaWiki:Minerva.less/files.less: Difference between revisions

Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎------------------------- files and captions -------------------------: .content { .thumbcaption, figure[typeof~='mw:File/Thumb'], figure[typeof~='mw:File/Frame'] { > figcaption { color: @white; padding: 4px 6px; margin: 0; } } }")
Tags: Mobile edit Mobile web edit
 
No edit summary
Line 5: Line 5:
.content {
.content {
.thumbcaption,
.thumbcaption,
figure[typeof~='mw:File/Thumb'],
figure[typeof~='mw:File/Thumb'] > figcaption,
figure[typeof~='mw:File/Frame'] {
figure[typeof~='mw:File/Frame'] > figcaption {
color: @white;
> figcaption {
color: @white;
padding: 4px 6px;
padding: 4px 6px;
margin: 0;
margin: 0;
}
}
}
}