Skip to content

Commit

Permalink
Drive initial search from URL query string
Browse files Browse the repository at this point in the history
Fixes #82

Also now auto-focuses into the Search box on load.
  • Loading branch information
JamesMGreene committed Nov 25, 2014
1 parent 329452d commit a96d408
Show file tree
Hide file tree
Showing 6 changed files with 2,585 additions and 2,247 deletions.
3 changes: 0 additions & 3 deletions build/build.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,6 @@
}

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

Expand All @@ -183,7 +181,6 @@ body {

#logo > div {
height: 100%;
-webkit-background-size: contain;
background-size: contain;
background-position: center;
background-repeat: no-repeat;
Expand Down
Loading

0 comments on commit a96d408

Please sign in to comment.