From b327420e524691808b59fa2d0d552e5ec65e2a45 Mon Sep 17 00:00:00 2001
From: Mark Otto <markotto@twitter.com>
Date: Sat, 11 Feb 2012 20:58:10 -0800
Subject: [PATCH] update comment to reflect ie support

---
 docs/assets/bootstrap.zip     | Bin 52705 -> 52705 bytes
 docs/assets/css/bootstrap.css |   2 +-
 less/forms.less               |   2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 48e48f5029a9194510c5b78348741db4cbf96f33..f107f2521c50e99bf8cc9210014d9cfb762a2b70 100644
GIT binary patch
delta 491
zcmaDjoB82vW}X0VW)?065O7>Rkw=m3mYcc%9k<CBPYQFvB%GE{3{Yje4VRc~P{_dq
z6r5oT7QF4Y@%DL;z~nWYj!==!pE<+Xg&miBJN(x<`uL6k14Er7BZD-9%w+yk68w6}
z#l@i^oD9q$%Wk=CZV@cwW^~*9Tc$x3WK6A-8Q2)0%uXkBJtm;T0%Ruh6>=gu4(tZU
z<&&)nox!3&watZ<0zkEs|25jegdCfy1wbb5o1}v2{>iM94WOcnttTsj)Y)z^VY>r#
z(`~oS<y$U`fK2l_sn2u^6dvLnkYEBTn{(2b={87A7NqIJNpB=x%qf2;j|1lY$(K%9
zLCgTF*FEh5Q2{d%Xv>_FGLzSx7Kf<<iaa|Vh{TIH<Bj2pBWH||>=i$2hr}y8>%;_!
K#mQ&SiU0tHG{CU{

delta 491
zcmaDjoB82vW}X0VW)?065MWs_kw=lu-O}9O({l2~lfqm`5&^1g9&m}t28A3<K-DvB
z!Ga!^8*iTn2~1wY=?E3s{FyVHU6^How?pAWlZZP83=DOSj11BYGL!jFN$~3>7Z-<y
za56B1EOWQq+#*=U%^0=$w@ia7$e3CuGq5p0nVnANdLXL;WG3?!aw0hn>W0Zyh0b76
zpxWlbN&%4ee~q><A;+d_0VdW3llM(hVe>?FKTwo)vH?_dvGrs{kUHBfCQy;h<y$U`
zfK2l_sn6sN3J-A(STIeVbJCc}10*I3Qt{!WHxe)Als}Zm0rURkOQ)<LW`Nb}o_2w#
zKrvBf^19RFNUENl4n*Qbobg6=1<<ia&KNO)V@ej}bn&xxNW8MMP7t2(<g;f*0Ms6#
A_y7O^

diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css
index 13af821b48..1f2aae23e1 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 7f076aca37..81833b0646 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,
-- 
GitLab