MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 92: | Line 92: | ||
/* Gallery Classes */ | /* Gallery Classes */ | ||
.gallery-container { | .gallery-container { | ||
margin: | margin: 1rem 0 1rem 0; | ||
border: 1px solid #ccc; | border: 1px solid #ccc; | ||
width: | width: 320px; | ||
display: inline-block; | display: inline-block; | ||
} | } | ||
Line 102: | Line 102: | ||
.gallery-caption { | .gallery-caption { | ||
font-size: 12px; | font-size: 12px; | ||
padding: | padding: 15px 8px 15px 8px; | ||
text-align: center; | text-align: center; | ||
} | } |