在我的网站上,我使用的是引导框,但是行高似乎缩小了,我终生无法弄清楚原因。
我没有修改任何引导 CSS,只有我自己的,但我不相信这是干扰。
我正在使用的代码是:
<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>
现场示例:http: //dev.romwars.com/#
有人有什么建议吗?