lk | adds search bar to header

This commit is contained in:
Louis Knapp
2015-09-29 20:11:01 -05:00
parent d52e14ce01
commit 961d47f7ff
5 changed files with 48 additions and 41 deletions
+1 -1
View File
@@ -12,5 +12,5 @@
*= require bootstrap
*= require_tree .
*= require datepicker
*= require bootstrap-select
*= require bootstrap-select
*/
+3
View File
@@ -0,0 +1,3 @@
.bike-search {
padding-top: 7px;
}