From 7b413f62de3c6a22185e1fabc9004a0874199c66 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 10 Nov 2015 19:01:46 -0800 Subject: [PATCH] Fix captcha centering (broken by 46fd6744da2d4e8e3a2e3916ad6fd4483edc5ddf). --- src/General/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/General/css/style.css b/src/General/css/style.css index 53ba9b9fd..f2a930e81 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -1333,10 +1333,10 @@ input.field.tripped:not(:hover):not(:focus) { } #qr .captcha-container > div { margin: auto; + width: 304px; } /* scrollable with scroll bar hidden; prevents scroll on space press */ :root.blink #qr .captcha-container > div { - width: 304px; overflow: hidden; } :root.blink #qr .captcha-container > div > div:first-of-type {