css: Remove bootstrap navbar-search CSS.

I confirmed all of these rules were already overridden by our own CSS
on the only element with this CSS class.
This commit is contained in:
Tim Abbott 2022-11-20 18:09:10 -08:00
parent 9b5fb74f90
commit 930f588fff
1 changed files with 0 additions and 17 deletions

View File

@ -1094,23 +1094,6 @@ input.search-query {
.navbar .input-append .btn-group {
margin-top: 0;
}
.navbar-search {
position: relative;
float: left;
margin-top: 5px;
margin-bottom: 0;
}
.navbar-search .search-query {
margin-bottom: 0;
padding: 4px 14px;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: 1;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
}
.navbar .nav {
position: relative;
left: 0;