TwitterBootstrapでspan-xをセンタリング
TwitterBootstrapでspan-xをセンタリング
TwitterBootstrapで.span-4とか、spanのclassをセンタリングしたかったのでそのメモ。
.span-x#main {
margin:0 auto;
float:none;
}
span-xのクラスはfloatしているので、floatを解除してセンタリングすればよかったのか、覚えておこう
TwitterBootstrapで.span-4とか、spanのclassをセンタリングしたかったのでそのメモ。
.span-x#main {
margin:0 auto;
float:none;
}