From b327420e524691808b59fa2d0d552e5ec65e2a45 Mon Sep 17 00:00:00 2001 From: Mark Otto 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 zc-nh7oB82vW}X0VW)?065O7>Rkw=m3mYcc%9k=gu4(tZU z<&&)no!OwKG#6G1fQ0@v+QNh!o2mssChnW0g6aOrtdk9(qKmC3D}qF9x0tZqfq0;N z%ViOeX+9_QnQno!iF3e0WAdDn#!RWhSpXEe=x!6nSb%7 delta 491 zc-nh7oB82vW}X0VW)?065MWs_kw=lu-O}9O({l2~lfqm`5&^1g9&m}t28A3&N9F3hsP+oABGNyHrk28KFEMh0mHnaTX8B>44`i;F`; zI2o8hmbqJQZV@cwW{leWTc$x3WK6A-8Q2)0%uXkBJ&;uaGL!iVIguO(b;D$^1)>7Q xM48F!PKzU{dUiSxi5GFk8`Tv+#~wLj#N-K40py9FwL{{SopoY@diLyD5dhR4q4)p* 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, -- 2.47.3