diff options
| author | Mark Otto <[email protected]> | 2013-07-01 20:18:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-01 20:18:44 -0700 |
| commit | 749dc35328862896d613bfe72fc961e490037fad (patch) | |
| tree | e77ff6590b54d84d7a7612fe1e3450d664713084 /docs/assets/css | |
| parent | a049dcb7f60def107be3a141de811e5a875e8049 (diff) | |
| download | bootstrap-749dc35328862896d613bfe72fc961e490037fad.tar.xz bootstrap-749dc35328862896d613bfe72fc961e490037fad.zip | |
comma for the guardian angel /cc @cvrebert
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 90482621e..87b021ee7 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1486,7 +1486,8 @@ input[type="checkbox"]:focus { outline-offset: -2px; } -input[type="number"]::-webkit-outer-spin-button input[type="number"]::-webkit-inner-spin-button { +input[type="number"]::-webkit-outer-spin-button, +input[type="number"]::-webkit-inner-spin-button { height: auto; } |
