この元の CSS を使用したhttp://twitter.github.com/bootstrap/examples/hero.html#のように、このヒーローユニットを中央に移動させることはできません-
.hero-unit {
padding: 60px;
margin-bottom: 0px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
color: inherit;
background-color: #eeeeee;
border:1px solid #cacaca;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
http://www.magnixsolutions.com/dev/test/test.htmlで私がしたことを参照してください
私のCSSは、以下の元のファイルと同じです。何が起こっているのかわかりません。
.hero-unit {
padding: 60px;
margin-bottom: 30px;
font-size: 18px;
font-weight: 200;
line-height: 30px;
background-color: #eeeeee;
border:1px solid #cacaca;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}