0
我想知道這是我的錯誤還是一些錯誤。 在我的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
非常感謝各位! :-)
感謝的人。有用!我很抱歉我的新手問題。 –