有没有样式属性修复此间距的方法?引导

时间:2013-01-08 03:14:22

标签: css twitter-bootstrap

看看这个: http://jsfiddle.net/TtYtS/8/

<div class="indent input-prepend pull-right" style="margin:2px 0 0 20px">
    <span class="add-on">
        <i class="icon-search"></i>
    </span>
    <input type="text" class="input-medium" placeholder="Search by brand name">
</div>

由于我添加了样式属性,搜索框会与菜单项对齐(垂直)。它还在它们之间创造了一些间距。

如果没有该样式属性或创建自己的类,有没有办法完成这两个?

1 个答案:

答案 0 :(得分:0)

您可以尝试更改

<div class="indent input-prepend pull-right" style="margin:2px 0 0 20px">

要     <div class="input-prepend offset1">