From 0862d1410ec9347a75915c4eb0dc59447cb46dad Mon Sep 17 00:00:00 2001 From: Steven Black Date: Fri, 27 Feb 2015 20:36:51 +0200 Subject: Accessibility and headings hierarchy for the "Getting started" page. Closes #15946 by merging it. --- docs/_includes/getting-started/third-party-support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/getting-started/third-party-support.html') diff --git a/docs/_includes/getting-started/third-party-support.html b/docs/_includes/getting-started/third-party-support.html index 77d869c53..d4ecae162 100644 --- a/docs/_includes/getting-started/third-party-support.html +++ b/docs/_includes/getting-started/third-party-support.html @@ -2,7 +2,7 @@

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 scss %} -- cgit v1.2.3