input[type=search] should not need .search-query
Created by: dyve
Example: http://jsbin.com/ecuwer/
HTML5 gives us input type=search which should be all the semantic info Bootstrap needs to apply the "search look"
Proposed fix: make input[type=search] behave like input[type=text].search-query