anjlab / bootstrap-rails

Twitter Bootstrap CSS (with Sass flavour) and JS toolkits for Rails 3 projects
https://github.com/anjlab/bootstrap-rails
729 stars 96 forks source link

problem with .navbar-nav margin #61

Closed frabrunelle closed 11 years ago

frabrunelle commented 11 years ago

Here's is how my navbar looks like when collapsed. the margin of .navbar-nav is -7.5px screen shot 2013-08-20 at 2 01 47 pm

But on the official Bootstrap site, the margin of .navbar-nav is 7.5px -15px when collapsed. So if I change it with Dev Tools here's how the navbar looks. screen shot 2013-08-20 at 2 04 52 pm

I looked into the source code but I couldn't find the problem.

yury commented 11 years ago

should be ok in v3.0.0.2

frabrunelle commented 11 years ago

Awesome, the margin of .navbar-nav is now correct!