Update to Bootstrap 3.1.1

This commit is contained in:
Ben Word
2014-02-13 16:23:15 -06:00
parent e88cf58d45
commit fa6b8eced0
55 changed files with 182 additions and 154 deletions

5
assets/less/bootstrap/input-groups.less Normal file → Executable file
View File

@@ -17,6 +17,11 @@
}
.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
// select elements in input groups. To fix it, we float the input. Details:
// https://github.com/twbs/bootstrap/issues/11561#issuecomment-28936855