Content deleted Content added
implement hiding of switcher labels on desktop |
Center the gallery |
||
Line 26:
text-indent:-999px;
overflow:hidden;
}
/* Center the gallery within its container */
.randomSlideshow-container ul.gallery.mw-gallery-slideshow {
position: relative;
left: 50%;
transform: translateX(-50%);
display: inline-block;
}
|