Twitter Bootstrap未对齐

问题描述:

我想知道这是我的错误还是一些错误。 在我的Rails项目中,twitter的引导程序未将中心处的容器对齐。Twitter Bootstrap未对齐

我的代码:

<div class="container"> 
    <div class="span12" style="background-color:blue; color:white;"> 
     <%= yield %> <!-- This get the sample text "Some test." --> 
    </div> 
</div> 

下面是错误的图像。 http://img543.imageshack.us/img543/3405/screenshot20120702at035.png

非常感谢各位! :-)

<div class="container"> 
    <div class="row"> 
     <div class="span12"> 
     </div> 
    </div> 
</div> 

DEMO

+0

感谢的人。有用!我很抱歉我的新手问题。 –