aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-18 19:53:32 -0700
committerMark Otto <[email protected]>2013-07-18 19:53:32 -0700
commite440ff4b3f872af175873283899cb40f50b8010f (patch)
tree5d85cf9f4a540fc4ca88cb7785816c20c364b8a7 /assets/css/docs.css
parent0a3722112c9dff08785689051e581857cce572de (diff)
downloadbootstrap-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.css1
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;
}