Fix ad blank spaces on front page.

This commit is contained in:
ccd0 2016-10-27 11:11:32 -07:00
parent 687decdcd1
commit b09029a8e3

View File

@ -4,3 +4,8 @@
:root:not(.js-enabled) #form {
display: block;
}
#bd > div[style], #bd > div[style] > * {
height: auto !important;
margin: 0 !important;
font-size: 0;
}