I use botstrap boxing on my site, however the line height seems to have decreased, and I can’t understand for life why.
I have not modified any boot CSS, only my own, but I do not think this interferes.
The code I use is:
<div class="pull-left"> <h3>Search for devices</h3> <p>Use the search form below to search for your device.</p> <div class="input-append"> <input class="span2" id="appendedInputButtons" type="text"> <button class="btn" type="button">Search</button> </div> </div>
Here's a live example: http://dev.romwars.com/#
Anyone have any suggestions?
K20GH source share