Commit 26f9f4e3 authored by Mark Otto's avatar Mark Otto

Remove navbar search

parent 32ebe2ef
...@@ -3269,21 +3269,6 @@ button.close { ...@@ -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 { .caret {
......
...@@ -328,19 +328,4 @@ ...@@ -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
}
}
*/ */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment