From 01b16dd1056cfcdce40648be06dca4c2e072550d Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 28 Sep 2016 00:26:22 -0700 Subject: [PATCH] Let board banners show. #981 --- src/css/style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 128eaa757..08f3c64a7 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -116,7 +116,9 @@ body > div[style*=" top: -10000px;"] { } /* Ads */ -:root:not(.ads-loaded) .ad-cnt, +:root:not(.ads-loaded) .ad-cnt > * { + height: auto; +} :root:not(.ads-loaded) .ad-plea, :root:not(.ads-loaded) hr.abovePostForm, :root:not(.ads-loaded) .ad-plea-bottom + hr {