搜索栏不包含在其div中

时间:2015-08-05 15:03:25

标签: javascript html css twitter-bootstrap

我制作的这个搜索栏一直延续到页面右侧,无缘无故。它昨天工作,它是一个搜索栏和Go!旁边的按钮,我昨天没有改变任何东西,现在已经破了。

<form role="form" id="form">
    <fieldset>
        <div class="form-group">
        <div class="row">
        <label for="search"> </label>
        <div class="col-lg-5 col-lg-offset-2">
        <input type="text"
            class="form-control" name="search" id="search"
            placeholder="Search for..." />
        </div>

        <div class="col-lg-2"></div>

            <div class="col-lg-2">
            <button type="button" class="btn btn-success" id="submit"> Go!
            </button> </div> </div> </div>
        </fieldset>
</form> 

0 个答案:

没有答案