From: Mark Otto Date: Thu, 17 Jan 2013 20:02:17 +0000 (-0800) Subject: Remove navbar search X-Git-Tag: v3.0.0-rc1~768 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26f9f4e3a574a3a17999b4171b8ffdf813949719;p=thirdparty%2Fbootstrap.git Remove navbar search --- diff --git a/docs/assets/css/bootstrap.css b/docs/assets/css/bootstrap.css index 6317b17601..0b1b7e266a 100644 --- a/docs/assets/css/bootstrap.css +++ b/docs/assets/css/bootstrap.css @@ -3269,21 +3269,6 @@ button.close { } } -// Navbar search -// ------------------------- -.navbar-search { - position: relative; - float: left; - .navbarVerticalAlign(30px); // Vertically center in navbar - margin-bottom: 0; - .search-query { - margin-bottom: 0; - padding: 4px 14px; - #font > .sans-serif(13px, normal, 1); - border-radius: 15px; // redeclare because of specificity of the type attribute - } -} - */ .caret { diff --git a/less/navbar.less b/less/navbar.less index ac7521663d..dd714dba5e 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -328,19 +328,4 @@ } } -// Navbar search -// ------------------------- -.navbar-search { - position: relative; - float: left; - .navbarVerticalAlign(30px); // Vertically center in navbar - margin-bottom: 0; - .search-query { - margin-bottom: 0; - padding: 4px 14px; - #font > .sans-serif(13px, normal, 1); - border-radius: 15px; // redeclare because of specificity of the type attribute - } -} - */