diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-11-01 01:10:53 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-11-01 01:10:53 -0700 |
commit | c4058d01960509846b12621c0a0ed5547d1b0a0f (patch) | |
tree | ffca04fc2c4a5e6285a8463d82803ba040f89d4a | |
parent | b0630a18aeb83ded41a6112dd5c9d90eba02a280 (diff) | |
download | pathery-c4058d01960509846b12621c0a0ed5547d1b0a0f.tar.xz |
UI: Sign in bug fix.
Fixed a bug where the Sign In box would show up in some crappy browsers because I was stupid.
-rw-r--r-- | css/page.css | 2 |
1 files changed, 2 insertions, 0 deletions
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;
}
|