From b9d1ae092f480167aedd009f7f3148f1f53f26a7 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 23 Jan 2014 17:01:43 -0800 Subject: [PATCH] add ID to "Box sizing" section of Getting Started docs --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting-started.html b/docs/getting-started.html index 82a6a7ade2..a575df0cf5 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -560,7 +560,7 @@ if (isAndroid) {

Third party support

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.

-

Box-sizing

+

Box-sizing

Some third party software, including Google Maps and Google Custom Search Engine, conflict with Bootstrap due to * { box-sizing: border-box; }, a rule which makes it so padding does not affect the final computed width of an element. Learn more about box model and sizing at CSS Tricks.

Depending on the context, you may override as-needed (Option 1) or reset the box-sizing for entire regions (Option 2).

{% highlight css %}