Commit dbde90ec authored by Mark Otto's avatar Mark Otto
Browse files

some copy editing

parent ab79b4ac
1 merge request!9175BS3: Add third party support docs
Showing with 1 addition and 1 deletion
+1 -1
...@@ -182,7 +182,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { ...@@ -182,7 +182,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<div class="page-header"> <div class="page-header">
<h1 id="third-parties">Third party support</h1> <h1 id="third-parties">Third party support</h1>
</div> </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 some 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 helpful advice to help avoid potential issues in your projects.</p>
<h3>Google Maps</h3> <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> <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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment