见:http: //jsfiddle.net/rMYdL/
我的 jumbotron 似乎超过了col-md-10
(意思是,我看到了一个水平滚动条)的宽度。任何想法为什么?这是相关的片段:
<div class="col-md-10">
<div class="jumbotron">
<div class="container">
<h1>
Hello
</h1>
<p>
Please select the type of post you would like to add, edit, or delete.
</p>
</div>
</div>
</div>