Skip to content

Commit

Permalink
Fix placement of the search box.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-ludwig committed May 4, 2014
1 parent d8bfb0d commit 8a81239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/styles/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ footer a:hover { color: #fff; }
#mainNav li:first-child:before { content: " "; }
#mainNav { margin-bottom: 15pt; }

#searchbox { float: right; text-align: right; }
#searchbox { float: right; text-align: right; margin-top: 2.5pt; }
#searchbox input { width: 120pt; }
#searchbox button { width: auto; }

Expand Down

0 comments on commit 8a81239

Please sign in to comment.