0

I'm trying to keep my Twitter Bootstrap layout from jumbling around when the browser size changes. I essentially want to keep a minimum width.

I've followed the directions on the bootstrap page to not have the fluid container or fluid rows, and I also tried adding a minimum width tag in the body, but for some reason have failed to get it to work correctly - I'm thinking there's got to be an easy solution here that I'm missing.

Thanks in advance

4

2 に答える 2

3

これは Bootstrap のレスポンシブ機能です
望まない場合は、responsive.less を参照しないでください。

于 2012-04-25T21:40:18.680 に答える
0

SLaks が言ったように、レイアウトのサイズ変更は Bootstrap のレスポンシブ コードにあります。LESS ファイルをコンパイルする場合は、responsive.less をインクルードしないでください (v2.0.3 の他のレスポンシブな less ファイルをインクルードします)。ちなみに、responsive.less はデフォルトでは含まれていません。

提供された .css ファイルを追加する場合 (つまり、LESS からコンパイルしない場合)、ページに bootstrap-responsive.css/bootstrap-responsive.min.css ではなく、bootstrap.css/bootstrap.min.css を含めるだけで、動作するはずです。

于 2012-05-22T20:05:07.567 に答える