1
0
Fork 0
mirror of https://github.com/twbs/bootstrap-sass.git synced 2022-11-09 12:27:02 -05:00

rake convert

This commit is contained in:
Gleb Mazovetskiy 2014-02-13 11:32:25 +01:00
parent 041b09305f
commit 9b9365f9e7
2 changed files with 6 additions and 1 deletions

View file

@ -1,4 +1,4 @@
module Bootstrap module Bootstrap
VERSION = '3.1.0.2' VERSION = '3.1.0.2'
BOOTSTRAP_SHA = '24bf4398802098097875a11f69dfd750a0550c87' BOOTSTRAP_SHA = 'd8cfcad7c71a2b65325b36718c218fee4221e663'
end end

View file

@ -17,6 +17,11 @@
} }
.form-control { .form-control {
// Ensure that the input is always above the *appended* addon button for
// proper border colors.
position: relative;
z-index: 2;
// IE9 fubars the placeholder attribute in text inputs and the arrows on // IE9 fubars the placeholder attribute in text inputs and the arrows on
// select elements in input groups. To fix it, we float the input. Details: // select elements in input groups. To fix it, we float the input. Details:
// https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855 // https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855