Navigation Menu

Skip to content

Commit

Permalink
Move search box on the header to the left
Browse files Browse the repository at this point in the history
  • Loading branch information
darashi committed Aug 15, 2012
1 parent c2dcbaa commit 7cfa673
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/search.jade
@@ -1,8 +1,8 @@
extends layout

block navbar
form(action="search").navbar-search.pull-right
input(type="text", value=query, name="query", placeholder="search")#query
form(action="search").navbar-search.pull-left
input(type="text", value=query, name="query", placeholder="Search").input-xlarge#query

block content
.row
Expand Down

0 comments on commit 7cfa673

Please sign in to comment.