From: Mark Otto Date: Sun, 12 Feb 2012 19:17:46 +0000 (-0800) Subject: edit comment on IE7-8 support of :focus in navbar-search X-Git-Tag: v2.0.2~139^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9d5ceb14bf77e62dd8b017f76b72a3a14643620;p=thirdparty%2Fbootstrap.git edit comment on IE7-8 support of :focus in navbar-search --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c592991f3b..0c5e699d1a 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/less/navbar.less b/less/navbar.less index 3ad2a0743f..cd637acac1 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -133,7 +133,7 @@ background-color: @grayLight; background-color: rgba(255,255,255,.5); } - // Focus states (we use .focused since IE8 and down doesn't support :focus) + // Focus states (we use .focused since IE7-8 and down doesn't support :focus) &:focus, &.focused { padding: 5px 10px;