diff options
| author | Pete Hopkins <[email protected]> | 2012-01-26 16:02:27 -0500 |
|---|---|---|
| committer | Pete Hopkins <[email protected]> | 2012-01-26 16:14:54 -0500 |
| commit | b9413460afe2bdfac18889953447622d13eb1968 (patch) | |
| tree | af17776ef398f958f341ced9f6f50f25d33b9e8e /lib/reset.less | |
| parent | f76444c8585f3a720e0af2cedd33acddc718b962 (diff) | |
| download | bootstrap-b9413460afe2bdfac18889953447622d13eb1968.tar.xz bootstrap-b9413460afe2bdfac18889953447622d13eb1968.zip | |
Makes inputs and buttons align middle so they line up in all browsers
Diffstat (limited to 'lib/reset.less')
| -rw-r--r-- | lib/reset.less | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/reset.less b/lib/reset.less index 31e7160f2..ef4dc8af6 100644 --- a/lib/reset.less +++ b/lib/reset.less @@ -91,8 +91,7 @@ select, textarea { margin: 0; font-size: 100%; - vertical-align: baseline; - *vertical-align: middle; + vertical-align: middle; } button, input { |
