From 4002ac7e6577ab7b7b3db9c4237a40a40b567360 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 15 Aug 2013 10:54:32 -0700 Subject: [PATCH] update to include nav link and mo betta docs on that last commit --- _includes/nav-getting-started.html | 3 +++ getting-started.html | 10 ++++++++++ 2 files changed, 13 insertions(+) diff --git a/_includes/nav-getting-started.html b/_includes/nav-getting-started.html index ad574b6211..f0e6af7ac4 100644 --- a/_includes/nav-getting-started.html +++ b/_includes/nav-getting-started.html @@ -11,6 +11,9 @@
  • Basic template
  • +
  • + Disabling responsiveness +
  • Browser support
  • diff --git a/getting-started.html b/getting-started.html index 85d40b3872..fc495aeaec 100644 --- a/getting-started.html +++ b/getting-started.html @@ -133,6 +133,7 @@ bootstrap/

    Don't want your site or application to be scale on different device? With a little bit of work you can disable the responsive features of Bootstrap so that mobile users see your full desktop-version site.

    +

    Steps to disable responsive views

    To disable responsive features, follow these steps. See it in action in the modified template below.

    1. Remove (or just don't add) the meta viewport mentioned in the CSS docs
    2. @@ -141,6 +142,8 @@ bootstrap/

    You'll still need respond.js for IE8 (since our media queries are still there and need to be picked up). This just disables the "mobile site" of Bootstrap.

    +

    Bootstrap template with disabled responsive

    +

    We've taken the above steps and applied them to a basic template here. Note the steps above are called out in comments here, e.g. <-- 1. -->.

    {% highlight html %} @@ -161,6 +164,13 @@ bootstrap/

    Hello, world!

    + +
    +
    One third
    +
    One third
    +
    One third
    +
    +