MediaWiki:Gadget-GlobalStyle.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 27: Line 27:
text-align: center !important;
text-align: center !important;
}
}
/* Gallery slideshow */
.mw-gallery-slideshow .gallerybox + .gallerybox {
.mw-gallery-slideshow .gallerybox + .gallerybox {
display: none !important;
display: none;
}
.mw-gallery-slideshow-thumbnails-toggled ~ .gallerybox {
display: inline-block !important;
}
}