From c4058d01960509846b12621c0a0ed5547d1b0a0f Mon Sep 17 00:00:00 2001 From: Patrick Davison Date: Thu, 1 Nov 2012 01:10:53 -0700 Subject: UI: Sign in bug fix. Fixed a bug where the Sign In box would show up in some crappy browsers because I was stupid. --- css/page.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'css') diff --git a/css/page.css b/css/page.css index c9495a9..cb88d34 100644 --- a/css/page.css +++ b/css/page.css @@ -90,10 +90,12 @@ position:absolute;color:#333;left:25px;bottom:20px; top:120px; width:550px; margin-left:-275px; + display:inline; } #oid_hidden { position:fixed; left:-100%; + display:none; } -- cgit v1.2.3