More actions
Created page with "→Hide the toggle gallery button: div.portalSlideshow-container > ul.gallery.mw-gallery-slideshow > li.gallerycarousel > div > div > div > span:nth-child(2) { display: none; } →Reduce spacing around buttons: div.portalSlideshow-container > ul.gallery.mw-gallery-slideshow > li.gallerycarousel > div > div:nth-child(1) { padding-top: 0.3em; padding-bottom: 0; } →--- Rules for when gallerycarousel isn't present (i.e. mobile website) ---: /* only show the fi..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* [[Category:CSS Stored in Main]] */ | |||
/* Hide the toggle gallery button */ | /* Hide the toggle gallery button */ | ||
div.portalSlideshow-container > ul.gallery.mw-gallery-slideshow > li.gallerycarousel > div > div > div > span:nth-child(2) { | div.portalSlideshow-container > ul.gallery.mw-gallery-slideshow > li.gallerycarousel > div > div > div > span:nth-child(2) { |