From: Chris Rebert Date: Sat, 10 Aug 2013 00:48:29 +0000 (-0700) Subject: getting-started docs: rephrase to avoid "helpful...help" X-Git-Tag: v3.0.0-rc.2~88^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2b44a53b7196084c0d4ba80db84c2f83171a42b;p=thirdparty%2Fbootstrap.git getting-started docs: rephrase to avoid "helpful...help" --- diff --git a/getting-started.html b/getting-started.html index 3bd6c02723..8e2c6632a0 100644 --- a/getting-started.html +++ b/getting-started.html @@ -182,7 +182,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { -

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.

+

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.

Google Maps

If you're using Google Maps on a Bootstrapped project, you might run into some display problems due to our use of * { box-sizing: border-box; }. Previously, you may have also ran into issues with the use of max-width on images. The following snippet should avoid all those problems.