diff options
| author | Mark Otto <[email protected]> | 2013-07-18 19:53:32 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-07-18 19:53:32 -0700 |
| commit | e440ff4b3f872af175873283899cb40f50b8010f (patch) | |
| tree | 5d85cf9f4a540fc4ca88cb7785816c20c364b8a7 /assets/css/docs.css | |
| parent | 0a3722112c9dff08785689051e581857cce572de (diff) | |
| download | bootstrap-e440ff4b3f872af175873283899cb40f50b8010f.tar.xz bootstrap-e440ff4b3f872af175873283899cb40f50b8010f.zip | |
`<input>` and `<select>` sizing update
Restores `font-size` and more to the `<select>` element while also
changing from `min-height` to `height` for input sizing.
Fixes #8520 as opened by @ShaunR (would've merged that PR but I moved
everything around right before).
Diffstat (limited to 'assets/css/docs.css')
| -rw-r--r-- | assets/css/docs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/docs.css b/assets/css/docs.css index 3aaecd065..dea0bd721 100644 --- a/assets/css/docs.css +++ b/assets/css/docs.css @@ -394,6 +394,7 @@ body { .bs-example.form-inline input[type="password"] { width: 180px; } +.bs-example-control-sizing select, .bs-example-control-sizing input[type="text"] + input[type="text"] { margin-top: 10px; } |
