diff options
| author | Chris Riddell <[email protected]> | 2014-01-30 23:14:05 +1030 |
|---|---|---|
| committer | Chris Riddell <[email protected]> | 2014-01-30 23:14:05 +1030 |
| commit | d002f0459dfa40309fc851eee4cf3bd46dbcfb05 (patch) | |
| tree | 9dbd2d2511e322153d7410074291729adc8cc456 /docs/examples/signin | |
| parent | d4b1bfd667631f1d96a0b6ec4e734338e5b8811d (diff) | |
| download | bootstrap-d002f0459dfa40309fc851eee4cf3bd46dbcfb05.tar.xz bootstrap-d002f0459dfa40309fc851eee4cf3bd46dbcfb05.zip | |
its an email input
Diffstat (limited to 'docs/examples/signin')
| -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 +} |
