From b7347ca9a9ee84d71094e0314b83c703ba3e0946 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Mon, 29 Jun 2015 19:10:36 -0700 Subject: [PATCH] Update noscript captcha CSS fixes. --- src/General/css/noscript.css | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/General/css/noscript.css b/src/General/css/noscript.css index 01baf5523..8e2ed1079 100644 --- a/src/General/css/noscript.css +++ b/src/General/css/noscript.css @@ -1,9 +1,3 @@ -noscript > div, noscript > div > div { - height: 545px !important; -} -noscript > div > div > div:first-child, noscript iframe { - height: 423px !important; -} -:root:not(.js-enabled) #g-recaptcha { +:root:not(.js-enabled) #captchaContainerAlt { height: auto; }