aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started/third-party-support.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-05-17 12:43:04 +0300
committerXhmikosR <[email protected]>2015-05-17 12:43:20 +0300
commit315907c97cf9e039c83cf71e3c0a049ea0e24798 (patch)
treec6643498f80da5794d93030294d3bfca4999eeef /docs/_includes/getting-started/third-party-support.html
parentcf211a96548ca5b24d3d46a4e2f583f7a98c4108 (diff)
downloadbootstrap-315907c97cf9e039c83cf71e3c0a049ea0e24798.tar.xz
bootstrap-315907c97cf9e039c83cf71e3c0a049ea0e24798.zip
Use `https` when possible.
Diffstat (limited to 'docs/_includes/getting-started/third-party-support.html')
-rw-r--r--docs/_includes/getting-started/third-party-support.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/third-party-support.html b/docs/_includes/getting-started/third-party-support.html
index d4ecae162..ef8992cd0 100644
--- a/docs/_includes/getting-started/third-party-support.html
+++ b/docs/_includes/getting-started/third-party-support.html
@@ -3,7 +3,7 @@
<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>
<h2 id="third-box-sizing">Box-sizing</h2>
- <p>Some third party software, including Google Maps and Google Custom Search Engine, conflict with Bootstrap due to <code>* { box-sizing: border-box; }</code>, a rule which makes it so <code>padding</code> does not affect the final computed width of an element. Learn more about <a href="http://css-tricks.com/box-sizing/">box model and sizing at CSS Tricks</a>.</p>
+ <p>Some third party software, including Google Maps and Google Custom Search Engine, conflict with Bootstrap due to <code>* { box-sizing: border-box; }</code>, a rule which makes it so <code>padding</code> does not affect the final computed width of an element. Learn more about <a href="https://css-tricks.com/box-sizing/">box model and sizing at CSS Tricks</a>.</p>
<p>Depending on the context, you may override as-needed (Option 1) or reset the box-sizing for entire regions (Option 2).</p>
{% highlight scss %}
/* Box-sizing resets