Quick fix for the signin page, we should consider moving it over to AJAX though.

This commit is contained in:
yackob03 2013-10-01 13:48:37 -04:00
parent e81a24a9ce
commit 4746f9c324
3 changed files with 21 additions and 8 deletions

View file

@ -37,4 +37,9 @@ body {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.alert {
max-width: 300px;
margin: 0 auto;
}