summaryrefslogtreecommitdiff
path: root/src/main/webapp
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2016-04-21 21:23:42 -0700
committerJesse Morgan <jesse@jesterpm.net>2016-04-21 21:23:42 -0700
commit85a719ce36962c780a9febb98dc088bfce138acb (patch)
treecc2386db5c82c4209762cd3ef8099c2c2b0db09d /src/main/webapp
parent737d8e20738372c3d8ced3e8d6c7481346a72cc5 (diff)
Adding sign up link.20160421
Diffstat (limited to 'src/main/webapp')
-rw-r--r--src/main/webapp/style.css4
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;