我想知道这是我的错误还是我的错误。在我的 Rails 项目中,twitter 的引导程序没有将容器对齐在中心。
我的代码:
<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
非常感谢大家!:-)