The bootstrap-responsive.css file does a wonderful job of turning the navbar into a dropdown menu on the iPad.
My problem is that the Navbar is not fixed to the top of the screen. Instead, it is honoring the padding-top on the body tag.
Q: Do I just add padding-top:0 to bootstrap-responsive.css?
Or am I doing something wrong?
You have to include bootstrap.css, then your css, then bootstrap-responsive.css.