Last active
August 29, 2015 14:00
-
-
Save snarf1974/11198105 to your computer and use it in GitHub Desktop.
CSS: haslayout peekaboo 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Give hasLayout, to fix peekaboo (and other) bugs */ | |
ul.lightbox, | |
ul.lightbox li, | |
ul.lightbox li a, | |
ul.semtabs, | |
.box-1col .itemThumbBook li a, | |
ul li, | |
.itemThumbBook li, | |
.box-1col, | |
.pdfHeader, | |
.downloadBox, | |
.box-1col-positioning-last, | |
#mapOutput .box, | |
#sideBar .box, | |
.boxSubscribeSingle, | |
.tabPanel, | |
ul.itemThumbBook, | |
ul.itemThumbBook li, | |
dl.metadata, /* Metadata box desn't expand to contain the contents unless it hasLayout */ | |
div.concertinaTitle span /* Concertina arrows disappear on hover */ | |
{ | |
zoom:1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment