From b9d5ceb14bf77e62dd8b017f76b72a3a14643620 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 12 Feb 2012 11:17:46 -0800 Subject: edit comment on IE7-8 support of :focus in navbar-search --- docs/assets/bootstrap.zip | Bin 52743 -> 52743 bytes less/navbar.less | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index c592991f3..0c5e699d1 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 3ad2a0743..cd637acac 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; -- cgit v1.2.3