Content deleted Content added
give the labels some margin |
Visually hide the labels' text content, but retain screenreader access |
||
Line 19:
}
/* Make sure the labels are underneath not alongside the gallery */
.randomSlideshow-container .gallerybox {
display:block; } /* Visually hide the labels' text content, but retain screenreader access (hopefully) */
.randomSlideshow-container .randomSlideshow-sr-only {
display:block;
width:1px;
height:1px;
text-indent:-999px;
overflow:hidden;
}
|