seyhunak / twitter-bootstrap-rails

Twitter Bootstrap for Rails 6.0, Rails 5 - Rails 4.x Asset Pipeline
https://github.com/seyhunak/twitter-bootstrap-rails
4.49k stars 997 forks source link

Change fixed navbar to static in generated layout #668

Closed exAspArk closed 11 years ago

exAspArk commented 11 years ago

There is a problem with class navbar-fixed-top in new generated layout, because navbar overlays other content. Bootstrap's documentation recommends to set a padding to body. Instead, I suggest to change the class to navbar-static-top.

coveralls commented 11 years ago

Coverage Status

Coverage remained the same when pulling 0a5503832eda248e91ce087eaaf2e60e1a5cdbd0 on exAspArk:fix_navbar_in_generated_layout into f7c62e3d4759d8a1446d50609b58248110ba02c8 on seyhunak:bootstrap3.