diff -r 6093dda9fe38 -r a9d04f5f5650 bootstrap-source/bootstrap-3.0.3/examples/non-responsive/index.html --- a/bootstrap-source/bootstrap-3.0.3/examples/non-responsive/index.html Sat Jan 18 12:34:36 2014 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,101 +0,0 @@ - - -
- - - - - - - - - -Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier.
-Note the lack of the <meta name="viewport" content="width=device-width, initial-scale=1.0">
, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.
As a heads up, the navbar component is rather tricky here in that the styles for displaying it are rather specific and detailed. Overrides to ensure desktop styles display are not as performant or sleek as one would like. Just be aware there may be potential gotchas as you build on top of this example when using the navbar.
- -