]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
update comment to reflect ie support
authorMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 04:58:10 +0000 (20:58 -0800)
committerMark Otto <markotto@twitter.com>
Sun, 12 Feb 2012 04:58:10 +0000 (20:58 -0800)
docs/assets/bootstrap.zip
docs/assets/css/bootstrap.css
less/forms.less

index 48e48f5029a9194510c5b78348741db4cbf96f33..f107f2521c50e99bf8cc9210014d9cfb762a2b70 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
index 13af821b482140a74b042039ec3a0226ed26e20c..1f2aae23e1876f7f09bdf036526fb8bb1f1e6f2e 100644 (file)
@@ -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,
index 7f076aca37468f475337949f4a7adf3420db09c6..81833b0646396e6dd96f0a5f2fde7656203b03e3 100644 (file)
@@ -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,