I'm using Twitter Bootstrap as my HTML/CSS framework for a Rails site.
Here's my simple search form:
<form class="form-search" id="new_search" method="post">
<div style="margin:0;padding:0;display:inline">
<input class="search-query" size="30" type="text">
<button class="btn" name="button" type="submit">Search</button>
</form>
The rendered input box has strange artifacts on the right side (see image below) when rendered in Safari. The problem is not there in Chrome.
Any idea why?