それが私のバグなのか間違いなのか知りたいのですが。私の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
みなさん、どうもありがとうございました!:-)