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 - } -} - */