2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Merge pull request #12432 from ChrisRiddell/signin-email-fix

Wrong input css for signin example
This commit is contained in:
Julian Thilo
2014-01-30 04:54:19 -08:00
+2 -2
View File
@@ -28,7 +28,7 @@ body {
.form-signin .form-control:focus {
z-index: 2;
}
.form-signin input[type="text"] {
.form-signin input[type="email"] {
margin-bottom: -1px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
@@ -37,4 +37,4 @@ body {
margin-bottom: 10px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
}