don't clear:left the btn-primary on mobile

This commit is contained in:
Jeff Atwood 2014-05-06 01:40:05 -07:00
parent bebdd0d290
commit d1c876fcbc
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ a#new-account-link { white-space:nowrap; }
a#forgot-password-link {clear: left; float: left; }
.btn-primary {margin-bottom: 10px; font-size: 15; clear: left; float: left;}
.btn-primary {margin-bottom: 10px; font-size: 15; float: left;}
.create-account .modal-body {
input[type=text], input[type=password] {