I am doing ruby rails devloping , using navbar from twitter bootstrap

but my navbar is nto resizing on firefox if i am trying to reduce the windows size..

anyone know how to fix it??

Mycode:

%body
  %header.navbar.navbar-fixed-top
    %nav.navbar-inner
      .container
        = render 'mynavbar'
有帮助吗?

解决方案

Make sure you are including the responsive.css file and are using the .container-fluid class in your html.

See: http://twitter.github.com/bootstrap/examples/fluid.html

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top