Bootstrap no longer works as expected on ipad in portrait
Created by: ifightcrime
Since the media query bounds were changed to go up to 767 (instead of 768px), the ipad for ex will no longer show the mobile view.
Either the documentation here: http://twitter.github.com/bootstrap/scaffolding.html should be changed, or the bounds should be moved up 1 pixel. This seems like a big oversight in the latest release.
Personally, I think the bounds should be moved up to 768px and 769px so the ipad still shows fluid in portrait mode. At the least the documentation wouldn't have to be changed :)