diff options
| author | Mark Otto <[email protected]> | 2014-03-24 19:30:17 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-03-24 19:30:17 -0700 |
| commit | 39fec66fc4cb529d05f2b116abedf1bb2bdb65a8 (patch) | |
| tree | 55cdb65256a7313bfda85416a1c100c0adb62e40 /docs/examples/non-responsive/index.html | |
| parent | 4a2d337bf5f329eac1ca16208414ec1ebfe0546e (diff) | |
| parent | 6f6bce5944bd0e6ab36ab6b39339f381d8a80b2a (diff) | |
| download | bootstrap-39fec66fc4cb529d05f2b116abedf1bb2bdb65a8.tar.xz bootstrap-39fec66fc4cb529d05f2b116abedf1bb2bdb65a8.zip | |
Merge branch 'master' into fat-9461
Diffstat (limited to 'docs/examples/non-responsive/index.html')
| -rw-r--r-- | docs/examples/non-responsive/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/examples/non-responsive/index.html b/docs/examples/non-responsive/index.html index 3d202d579..6cd0a06fa 100644 --- a/docs/examples/non-responsive/index.html +++ b/docs/examples/non-responsive/index.html @@ -8,7 +8,7 @@ <!-- Note there is no responsive meta tag here --> - <link rel="shortcut icon" href="../../assets/ico/favicon.ico"> + <link rel="icon" href="../../assets/ico/favicon.ico"> <title>Non-responsive Template for Bootstrap</title> @@ -73,7 +73,7 @@ <div class="page-header"> <h1>Non-responsive Bootstrap</h1> - <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier.</p> + <p class="lead">Disable the responsiveness of Bootstrap by fixing the width of the container and using the first grid system tier. <a href="http://getbootstrap.com/getting-started/#disable-responsive">Read the documentation</a> for more information.</p> </div> <h3>What changes</h3> |
