diff options
| author | Julian Thilo <[email protected]> | 2014-01-30 04:54:19 -0800 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-30 04:54:19 -0800 |
| commit | c2784ddd751ea1f68b4c838889f64e449494eaf3 (patch) | |
| tree | 9dbd2d2511e322153d7410074291729adc8cc456 | |
| parent | d4b1bfd667631f1d96a0b6ec4e734338e5b8811d (diff) | |
| parent | d002f0459dfa40309fc851eee4cf3bd46dbcfb05 (diff) | |
| download | bootstrap-c2784ddd751ea1f68b4c838889f64e449494eaf3.tar.xz bootstrap-c2784ddd751ea1f68b4c838889f64e449494eaf3.zip | |
Merge pull request #12432 from ChrisRiddell/signin-email-fix
Wrong input css for signin example
| -rw-r--r-- | docs/examples/signin/signin.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/signin/signin.css b/docs/examples/signin/signin.css index a6bf9b159..7f58f86c5 100644 --- a/docs/examples/signin/signin.css +++ b/docs/examples/signin/signin.css @@ -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; -}
\ No newline at end of file +} |
