From 61fe734eb5242f94c3696f229d973ee0e4a7bcc3 Mon Sep 17 00:00:00 2001 From: James Campos Date: Sat, 25 Jun 2011 11:17:53 -0700 Subject: [PATCH] Revert "Simple CSS." This reverts commit 7ab80f7f45793583ff342f9a2fab6f29f33f8c62. --- script.coffee | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/script.coffee b/script.coffee index 0d209554b..e61c28bd2 100644 --- a/script.coffee +++ b/script.coffee @@ -2327,7 +2327,8 @@ main = height: 120px; } #qr.auto:not(:hover) > form { - display: none; + height: 0; + overflow: hidden; } /* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */ #qr input::-webkit-input-placeholder {