Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 92: Line 92:
/* Gallery Classes */
/* Gallery Classes */
.gallery-container {
.gallery-container {
margin: auto;
margin: 1rem 0 1rem 0;
border: 1px solid #ccc;
border: 1px solid #ccc;
width: 260px;
width: 320px;
display: inline-block;
display: inline-block;
}
}
Line 102: Line 102:
.gallery-caption {
.gallery-caption {
font-size: 12px;
font-size: 12px;
padding: 14px 8px 14px 8px;
padding: 15px 8px 15px 8px;
     text-align: center;
     text-align: center;
}
}