From 9ed18550b9bd9e7bd38979f986d16e2791c5e6f7 Mon Sep 17 00:00:00 2001 From: ValessioBrito Date: Thu, 30 Apr 2015 18:21:10 -0300 Subject: [PATCH] set important display: none --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f374d4c..a623c74 100644 --- a/style.css +++ b/style.css @@ -343,7 +343,7 @@ p { .oauth-login .provider a img { max-width: 150px; } #colorbox .login-box .oauth-login .provider a img { max-width: 200px; } -#user #inlineLoginBox { display: none; } +#user #inlineLoginBox { display: none !important; } #cboxLoadedContent #inlineLoginBox { display: block; } #email-check, #fake-check, #password-rate, #password-check { -- libgit2 0.21.2