diff options
| author | Jacob Thornton <[email protected]> | 2013-08-10 13:35:48 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2013-08-10 13:35:48 -0700 |
| commit | 7998c45570dba841d92ab2071562221fa733fc6b (patch) | |
| tree | d29a15431574b357f9f9dd5980af8ab1a2497496 /getting-started.html | |
| parent | a4f0e8d37ab109c3f4476877854d4aea149fb1f2 (diff) | |
| parent | da417c3e7e1c621973348954a5a80c8db319789e (diff) | |
| download | bootstrap-7998c45570dba841d92ab2071562221fa733fc6b.tar.xz bootstrap-7998c45570dba841d92ab2071562221fa733fc6b.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/getting-started.html b/getting-started.html index 3bd6c0272..f9245e5f8 100644 --- a/getting-started.html +++ b/getting-started.html @@ -103,8 +103,8 @@ bootstrap/ <body> <h1>Hello, world!</h1> - <!-- JavaScript plugins (requires jQuery) --> - <script src="http://code.jquery.com/jquery.js"></script> + <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> + <script src="//code.jquery.com/jquery.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> @@ -182,7 +182,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <div class="page-header"> <h1 id="third-parties">Third party support</h1> </div> - <p class="lead">While we don't officially support any third party plugins or add-ons, we do offer some helpful advice to help avoid potential issues in your projects.</p> + <p class="lead">While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.</p> <h3>Google Maps</h3> <p>If you're using Google Maps on a Bootstrapped project, you might run into some display problems due to our use of <code>* { box-sizing: border-box; }</code>. Previously, you may have also ran into issues with the use of <code>max-width</code> on images. The following snippet should avoid all those problems.</p> |
