This commit is contained in:
Joseph Schorr 2013-10-10 00:40:30 -04:00
commit b924fa5336
12 changed files with 276 additions and 12 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;
}