From 3372af678e7ab50c53d297472f9d57328cf37738 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Fri, 11 Nov 2016 21:49:36 -0800 Subject: [PATCH] Remove blank space at bottom for people allowing top banner ads. --- src/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/style.css b/src/css/style.css index 4614959c0..778345b2f 100644 --- a/src/css/style.css +++ b/src/css/style.css @@ -135,7 +135,7 @@ body > div[style*=" top: -10000px;"] { :root:not(.ads-loaded) #adg-ol + hr { display: none; } -:root:not(.ads-loaded) .adg-rects { +.adg-rects { margin: 0; font-size: 0; }