First iteration of sign-in with gihub.

This commit is contained in:
yackob03 2013-10-09 23:00:34 -04:00
parent 5627dfc0c6
commit 3d89227752
6 changed files with 153 additions and 8 deletions

View file

@ -8,6 +8,7 @@ body {
max-width: 330px;
padding: 15px;
margin: 0 auto;
text-align: center;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
@ -42,4 +43,20 @@ body {
.alert {
max-width: 300px;
margin: 0 auto;
}
.social-alternate {
color: #777;
font-size: 3em;
margin-left: 43px;
}
.social-alternate .inner-text {
text-align: center;
position: relative;
color: white;
left: -43px;
top: -9px;
font-weight: bold;
font-size: .4em;
}