aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-11 20:58:10 -0800
committerMark Otto <[email protected]>2012-02-11 20:58:10 -0800
commitb327420e524691808b59fa2d0d552e5ec65e2a45 (patch)
tree14f915539b45a9e62a8f44d3ee620c6a5b1c5c6c
parent158419c0455ea499197f8b7917bdfe299caaac19 (diff)
downloadbootstrap-b327420e524691808b59fa2d0d552e5ec65e2a45.tar.xz
bootstrap-b327420e524691808b59fa2d0d552e5ec65e2a45.zip
update comment to reflect ie support
-rw-r--r--docs/assets/bootstrap.zipbin52705 -> 52705 bytes
-rw-r--r--docs/assets/css/bootstrap.css2
-rw-r--r--less/forms.less2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 48e48f502..f107f2521 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 13af821b4..1f2aae23e 100644
--- a/docs/assets/css/bootstrap.css
+++ b/docs/assets/css/bootstrap.css
@@ -660,7 +660,7 @@ input:focus, textarea:focus {
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
outline: 0;
outline: thin dotted \9;
- /* IE6-8 */
+ /* IE6-9 */
}
input[type="file"]:focus,
diff --git a/less/forms.less b/less/forms.less
index 7f076aca3..81833b064 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -207,7 +207,7 @@ textarea:focus {
@shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
.box-shadow(@shadow);
outline: 0;
- outline: thin dotted \9; /* IE6-8 */
+ outline: thin dotted \9; /* IE6-9 */
}
input[type="file"]:focus,
input[type="radio"]:focus,