diff --git a/examples/carousel/index.html b/examples/carousel/index.html index da7cf41a..aa58c14f 100644 --- a/examples/carousel/index.html +++ b/examples/carousel/index.html @@ -13,6 +13,12 @@ + + + @@ -190,7 +196,6 @@ ================================================== --> - diff --git a/examples/grid/index.html b/examples/grid/index.html index 3cef51e8..239b0d16 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -14,6 +14,12 @@ + + + @@ -109,6 +115,5 @@ - diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html index ffcb3986..2fb23138 100644 --- a/examples/jumbotron-narrow/index.html +++ b/examples/jumbotron-narrow/index.html @@ -14,6 +14,12 @@ + + + @@ -68,6 +74,5 @@ - diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html index a309fd5a..af2096a6 100644 --- a/examples/jumbotron/index.html +++ b/examples/jumbotron/index.html @@ -14,6 +14,12 @@ + + + @@ -104,7 +110,6 @@ ================================================== --> - diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html index 46ebb6d6..3733b824 100644 --- a/examples/justified-nav/index.html +++ b/examples/justified-nav/index.html @@ -14,6 +14,12 @@ + + + @@ -74,6 +80,5 @@ - diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html index d1f1944e..3ed3cf0f 100644 --- a/examples/navbar-fixed-top/index.html +++ b/examples/navbar-fixed-top/index.html @@ -14,6 +14,12 @@ + + + @@ -75,7 +81,6 @@ ================================================== --> - diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html index 753e916a..a366a895 100644 --- a/examples/navbar-static-top/index.html +++ b/examples/navbar-static-top/index.html @@ -14,6 +14,12 @@ + + + @@ -76,7 +82,6 @@ ================================================== --> - diff --git a/examples/navbar/index.html b/examples/navbar/index.html index ac779e47..75a996c1 100644 --- a/examples/navbar/index.html +++ b/examples/navbar/index.html @@ -14,6 +14,12 @@ + + + @@ -72,7 +78,6 @@ ================================================== --> - diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html index 35f16cdd..c674a1cf 100644 --- a/examples/non-responsive/index.html +++ b/examples/non-responsive/index.html @@ -16,6 +16,12 @@ + + + @@ -42,6 +48,5 @@ - diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html index e9c905bd..a53741b9 100644 --- a/examples/offcanvas/index.html +++ b/examples/offcanvas/index.html @@ -14,6 +14,12 @@ + + + @@ -115,7 +121,6 @@ ================================================== --> - diff --git a/examples/signin/index.html b/examples/signin/index.html index 7c491ae9..5c0a4543 100644 --- a/examples/signin/index.html +++ b/examples/signin/index.html @@ -14,6 +14,12 @@ + + + @@ -36,6 +42,5 @@ - diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html index 65693edf..fc22db66 100644 --- a/examples/starter-template/index.html +++ b/examples/starter-template/index.html @@ -14,6 +14,12 @@ + + + @@ -52,7 +58,6 @@ ================================================== --> - diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html index 0be6de51..92f166d0 100644 --- a/examples/sticky-footer-navbar/index.html +++ b/examples/sticky-footer-navbar/index.html @@ -14,6 +14,12 @@ + + + @@ -75,7 +81,6 @@ ================================================== --> - diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html index 20e902dd..aaafbc20 100644 --- a/examples/sticky-footer/index.html +++ b/examples/sticky-footer/index.html @@ -14,6 +14,12 @@ + + + @@ -41,6 +47,5 @@ - diff --git a/examples/theme/index.html b/examples/theme/index.html index 54b8d0c8..9569d9e8 100644 --- a/examples/theme/index.html +++ b/examples/theme/index.html @@ -16,6 +16,12 @@ + + + @@ -375,7 +381,6 @@ ================================================== --> - diff --git a/getting-started.html b/getting-started.html index 91d80d43..9b80e266 100644 --- a/getting-started.html +++ b/getting-started.html @@ -262,7 +262,7 @@ bootstrap/ -

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

+

Don't want your site or application to be scaled on different devices? With a little bit of work, you can disable the responsive features of Bootstrap so that mobile users see your full desktop-version site. Read below or check out the non-responsive example.

Steps to disable responsive views

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