diff options
author | Jesse Morgan <jesse@jesterpm.net> | 2016-04-21 21:23:42 -0700 |
---|---|---|
committer | Jesse Morgan <jesse@jesterpm.net> | 2016-04-21 21:23:42 -0700 |
commit | 85a719ce36962c780a9febb98dc088bfce138acb (patch) | |
tree | cc2386db5c82c4209762cd3ef8099c2c2b0db09d /src/main/webapp/style.css | |
parent | 737d8e20738372c3d8ced3e8d6c7481346a72cc5 (diff) |
Adding sign up link.20160421
Diffstat (limited to 'src/main/webapp/style.css')
-rw-r--r-- | src/main/webapp/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/webapp/style.css b/src/main/webapp/style.css index 9c686e3..656e987 100644 --- a/src/main/webapp/style.css +++ b/src/main/webapp/style.css @@ -596,6 +596,10 @@ footer a:hover { margin: 0 auto 0 auto; } +#login-area { + margin-bottom: 20px; +} + #foursquarelogin label { display: block; padding-bottom: 3px; |