bootstrap.css中两个div之间的原因不明的空间

时间:2014-10-03 04:41:22

标签: html css twitter-bootstrap

使用bootstrap.min.css我在两个Div listed with box之间得到无法解释的空间

我使用以下代码删除空格,但不起作用div + div {margin-top:0px;}

如何删除空格

<section id="service" style="background-color:#009999;">
    <div class="container">
    </div>
</section>
     <!-------------white space appear here------------>
<section id="contact" style="background-color:#009999;">
    <div class="container">
    </div>
</section>

enter image description here

1 个答案:

答案 0 :(得分:1)

.box {
padding: 50px 30px;
background: #fff;
border-bottom: 1px solid #e9e9e9;
position: relative;
}

删除此行border-bottom: 1px solid #e9e9e9;