Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做 ruby rails devloping ,使用来自 twitter bootstrap 的导航栏
但是如果我想减小窗口大小,我的导航栏不会在 Firefox 上调整大小。
谁知道怎么修它??
我的代码:
%body %header.navbar.navbar-fixed-top %nav.navbar-inner .container = render 'mynavbar'
确保包含 responsive.css 文件并在 html 中使用 .container-fluid 类。
见:http: //twitter.github.com/bootstrap/examples/fluid.html