Module:Random slideshow/sandbox/styles.css: Difference between revisions

Content deleted Content added
Position the radio input in the center; Remove excess padding around captions
Center gallery items within the gallery container
Line 41:
}
 
/* Make sure the labels are underneath not alongside the gallery */
.randomSlideshow-container ul.gallery:first-child .gallerybox {
/* Make sure the labels are underneath not alongside the gallery */
display:block;
/* Center gallery items within the gallery container */
margin: auto;
}
 
Line 71 ⟶ 73:
* .randomSlideshow-container .nomobile+ul
*
* This is becaue the div with class "nomobile" is only getgets included in the html
* for the desktop website, and not on mobile (except in Template namespace).
******************************************************************************/