aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/non-responsive/index.html
diff options
context:
space:
mode:
authorJulian Thilo <[email protected]>2014-01-19 08:15:10 -0800
committerJulian Thilo <[email protected]>2014-01-19 08:15:10 -0800
commit2a75e559f64bf536423cbf63bce433cdfb2f9976 (patch)
tree9ed0196c081b8871cf68e33a6ddc27e6e9d6ee14 /docs/examples/non-responsive/index.html
parent0dc26b2e0707f3ff0f619a01d80c4debe59fb26d (diff)
parentf2d37ccc230a71f993d88239395d7990c449b219 (diff)
downloadbootstrap-2a75e559f64bf536423cbf63bce433cdfb2f9976.tar.xz
bootstrap-2a75e559f64bf536423cbf63bce433cdfb2f9976.zip
Merge pull request #12297 from Quy/master
Additional changes to #12275 and #12292
Diffstat (limited to 'docs/examples/non-responsive/index.html')
-rw-r--r--docs/examples/non-responsive/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html
index 0d86565a2..b948f9bd4 100644
--- a/docs/examples/non-responsive/index.html
+++ b/docs/examples/non-responsive/index.html
@@ -77,7 +77,7 @@
</div>
<h3>What changes</h3>
- <p>Note the lack of the <code>&lt;meta name="viewport" content="width=device-width, initial-scale=1.0"&gt;</code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.</p>
+ <p>Note the lack of the <code>&lt;meta name="viewport" content="width=device-width, initial-scale=1"&gt;</code>, which disables the zooming aspect of sites in mobile devices. In addition, we reset our container's width and are basically good to go.</p>
<h3>Regarding navbars</h3>
<p>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.</p>