diff options
| author | Mark Otto <[email protected]> | 2012-09-20 11:45:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-09-20 11:45:59 -0700 |
| commit | c92a75999f8b82c1a6fc997eca1cc0206c4c3bf1 (patch) | |
| tree | 5a4700d50b9eb242f255598ded97667f2454ca15 /docs/assets/css | |
| parent | 532ee082135eec9ba510d8f085add8722da5a03b (diff) | |
| download | bootstrap-c92a75999f8b82c1a6fc997eca1cc0206c4c3bf1.tar.xz bootstrap-c92a75999f8b82c1a6fc997eca1cc0206c4c3bf1.zip | |
fixes #5127: add @inputHeight to replace static instances of '30px' throughout forms
Diffstat (limited to 'docs/assets/css')
| -rw-r--r-- | docs/assets/css/bootstrap.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 4ce730e7b..0973e4e32 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -1148,14 +1148,14 @@ textarea::-webkit-input-placeholder { .radio, .checkbox { - min-height: 18px; - padding-left: 18px; + min-height: 20px; + padding-left: 20px; } .radio input[type="radio"], .checkbox input[type="checkbox"] { float: left; - margin-left: -18px; + margin-left: -20px; } .controls > .radio:first-child, |
