diff --git a/vendor/bootstrap/docs/_includes/css/helpers.html b/vendor/bootstrap/docs/_includes/css/helpers.html
index 2da68dffa..969872776 100644
--- a/vendor/bootstrap/docs/_includes/css/helpers.html
+++ b/vendor/bootstrap/docs/_includes/css/helpers.html
@@ -64,7 +64,7 @@
Carets
-
Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in dropup menus.
+
Use carets to indicate dropdown functionality and direction. Note that the default caret will reverse automatically in dropup menus.
@@ -99,7 +99,7 @@
Not for use in navbars
-
To align components in navbars with utility classes, use .navbar-left
or .navbar-right
instead. See the navbar docs for details.
+
To align components in navbars with utility classes, use .navbar-left
or .navbar-right
instead. See the navbar docs for details.
@@ -180,7 +180,7 @@
Screen reader and keyboard navigation content
-
Hide an element to all devices except screen readers with .sr-only
. Combine .sr-only
with .sr-only-focusable
to show the element again when it's focused (e.g. by a keyboard-only user). Necessary for following accessibility best practices. Can also be used as mixins.
+
Hide an element to all devices except screen readers with .sr-only
. Combine .sr-only
with .sr-only-focusable
to show the element again when it's focused (e.g. by a keyboard-only user). Necessary for following accessibility best practices. Can also be used as mixins.
{% highlight html %}
Skip to main content
{% endhighlight %}
diff --git a/vendor/bootstrap/docs/_includes/css/images.html b/vendor/bootstrap/docs/_includes/css/images.html
index a79a4d920..08aedb874 100644
--- a/vendor/bootstrap/docs/_includes/css/images.html
+++ b/vendor/bootstrap/docs/_includes/css/images.html
@@ -3,7 +3,7 @@
Responsive images
Images in Bootstrap 3 can be made responsive-friendly via the addition of the .img-responsive
class. This applies max-width: 100%;
, height: auto;
and display: block;
to the image so that it scales nicely to the parent element.
-
To center images which use the .img-responsive
class, use .center-block
instead of .text-center
. See the helper classes section for more details about .center-block
usage.
+
To center images which use the .img-responsive
class, use .center-block
instead of .text-center
. See the helper classes section for more details about .center-block
usage.
SVG images and IE 8-10
In Internet Explorer 8-10, SVG images with .img-responsive
are disproportionately sized. To fix this, add width: 100% \9;
where necessary. Bootstrap doesn't apply this automatically as it causes complications to other image formats.
diff --git a/vendor/bootstrap/docs/_includes/css/less.html b/vendor/bootstrap/docs/_includes/css/less.html
index 6dc3ae596..be05f17a9 100644
--- a/vendor/bootstrap/docs/_includes/css/less.html
+++ b/vendor/bootstrap/docs/_includes/css/less.html
@@ -7,11 +7,11 @@
Compiling Bootstrap
-
Bootstrap can be used in at least two ways: with the compiled CSS or with the source Less files. To compile the Less files, consult the Getting Started section for how to setup your development environment to run the necessary commands.
+
Bootstrap can be used in at least two ways: with the compiled CSS or with the source Less files. To compile the Less files, consult the Getting Started section for how to setup your development environment to run the necessary commands.
Third party compilation tools may work with Bootstrap, but they are not supported by our core team.
Variables
-
Variables are used throughout the entire project as a way to centralize and share commonly used values like colors, spacing, or font stacks. For a complete breakdown, please see the Customizer.
+
Variables are used throughout the entire project as a way to centralize and share commonly used values like colors, spacing, or font stacks. For a complete breakdown, please see the Customizer.
Colors
Easily make use of two color schemes: grayscale and semantic. Grayscale colors provide quick access to commonly used shades of black while semantic include various colors assigned to meaningful contextual values.
@@ -161,7 +161,7 @@ a {
Box-sizing
-
Reset your components' box model with a single mixin. For context, see this helpful article from Mozilla.
+
Reset your components' box model with a single mixin. For context, see this helpful article from Mozilla.
The mixin is deprecated as of v3.2.0, with the introduction of Autoprefixer. To preserve backwards-compatibility, Bootstrap will continue to use the mixin internally until Bootstrap v4.
{% highlight scss %}
.box-sizing(@box-model) {
@@ -390,7 +390,7 @@ a {
Utility mixins are mixins that combine otherwise unrelated CSS properties to achieve a specific goal or task.
Clearfix
-
Forget adding class="clearfix"
to any element and instead add the .clearfix()
mixin where appropriate. Uses the micro clearfix from Nicolas Gallagher.
+
Forget adding class="clearfix"
to any element and instead add the .clearfix()
mixin where appropriate. Uses the micro clearfix from Nicolas Gallagher.
{% highlight scss %}
// Mixin
.clearfix() {
diff --git a/vendor/bootstrap/docs/_includes/css/overview.html b/vendor/bootstrap/docs/_includes/css/overview.html
index bd0e53848..49dd4796d 100644
--- a/vendor/bootstrap/docs/_includes/css/overview.html
+++ b/vendor/bootstrap/docs/_includes/css/overview.html
@@ -6,7 +6,7 @@
HTML5 doctype
Bootstrap makes use of certain HTML elements and CSS properties that require the use of the HTML5 doctype. Include it at the beginning of all your projects.
{% highlight html %}
-
+
...
@@ -33,7 +33,7 @@
These styles can be found within scaffolding.less
.
Normalize.css
-
For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.
+
For improved cross-browser rendering, we use Normalize.css, a project by Nicolas Gallagher and Jonathan Neal.
Containers
Bootstrap requires a containing element to wrap site contents and house our grid system. You may choose one of two containers to use in your projects. Note that, due to padding
and more, neither container is nestable.
diff --git a/vendor/bootstrap/docs/_includes/customizer-variables.html b/vendor/bootstrap/docs/_includes/customizer-variables.html
index 93819af6a..3af692279 100644
--- a/vendor/bootstrap/docs/_includes/customizer-variables.html
+++ b/vendor/bootstrap/docs/_includes/customizer-variables.html
@@ -113,7 +113,7 @@
-
+
@@ -139,7 +139,7 @@
-
+
@@ -520,7 +520,7 @@
@@ -1167,7 +1167,7 @@
@@ -1279,7 +1279,7 @@
@@ -1743,7 +1743,7 @@
-
+
diff --git a/vendor/bootstrap/docs/_includes/footer.html b/vendor/bootstrap/docs/_includes/footer.html
index 6a41c7d09..de9af4fc6 100644
--- a/vendor/bootstrap/docs/_includes/footer.html
+++ b/vendor/bootstrap/docs/_includes/footer.html
@@ -6,13 +6,13 @@
-
Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.
+
Designed and built with all the love in the world by @mdo and @fat. Maintained by the core team with the help of our contributors.
-
Code licensed MIT, docs CC BY 3.0.
+
Code licensed MIT, docs CC BY 3.0.
@@ -20,48 +20,34 @@
-
-
+
+
{% if site.github %}
-
+
{% else %}
-
+
+{% endif %}
+
+{% if page.layout == "default" %}
+
{% endif %}
{% if site.github %}
-
+
{% else %}
{% for file in site.data.configBridge.paths.docsJs %}
-
+
{% endfor %}
{% endif %}
{% if page.slug == "customize" %}
{% if site.github %}
-
+
{% else %}
{% for file in site.data.configBridge.paths.customizerJs %}
-
+
{% endfor %}
{% endif %}
{% endif %}
-
-
-
-
-
-
diff --git a/vendor/bootstrap/docs/_includes/getting-started/accessibility.html b/vendor/bootstrap/docs/_includes/getting-started/accessibility.html
index a21f7219e..5910a1b9f 100644
--- a/vendor/bootstrap/docs/_includes/getting-started/accessibility.html
+++ b/vendor/bootstrap/docs/_includes/getting-started/accessibility.html
@@ -3,9 +3,9 @@
Bootstrap follows common web standards and—with minimal extra effort—can be used to create sites that are accessible to those using AT.
Skip navigation
-
If your navigation contains many links and comes before the main content in the DOM, add a Skip to main content
link before the navigation (for a simple explanation, see this A11Y Project article on skip navigation links). Using the .sr-only
class will visually hide the skip link, and the .sr-only-focusable
class will ensure that the link becomes visible once focused (for sighted keyboard users).
+
If your navigation contains many links and comes before the main content in the DOM, add a Skip to main content
link before the navigation (for a simple explanation, see this A11Y Project article on skip navigation links). Using the .sr-only
class will visually hide the skip link, and the .sr-only-focusable
class will ensure that the link becomes visible once focused (for sighted keyboard users).
-
Due to long-standing shortcomings/bugs in Chrome (see issue 262171 in the Chromium bug tracker) and Internet Explorer (see this article on in-page links and focus order), you will need to make sure that the target of your skip link is at least programmatically focusable by adding tabindex="-1"
.
+
Due to long-standing shortcomings/bugs in Chrome (see issue 262171 in the Chromium bug tracker) and Internet Explorer (see this article on in-page links and focus order), you will need to make sure that the target of your skip link is at least programmatically focusable by adding tabindex="-1"
.
In addition, you may want to explicitly suppress a visible focus indication on the target (particularly as Chrome currently also sets focus on elements with tabindex="-1"
when they are clicked with the mouse) with #content:focus { outline: none; }
.
Note that this bug will also affect any other in-page links your site may be using, rendering them useless for keyboard users. You may consider adding a similar stop-gap fix to all other named anchors / fragment identifiers that act as link targets.
@@ -21,17 +21,17 @@
Nested headings
When nesting headings (<h1>
- <h6>
), your primary document header should be an <h1>
. Subsequent headings should make logical use of <h2>
- <h6>
such that screen readers can construct a table of contents for your pages.
-
Learn more at HTML CodeSniffer and Penn State's AccessAbility.
+
Learn more at HTML CodeSniffer and Penn State's AccessAbility.
Color contrast
-
Currently, some of the default color combinations available in Bootstrap (such as the various styled button classes, some of the code highlighting colors used for basic code blocks, the .bg-primary
contextual background helper class, and the default link color when used on a white background) have a low contrast ratio (below the recommended ratio of 4.5:1). This can cause problems to users with low vision or who are color blind. These default colors may need to be modified to increase their contrast and legibility.
+
Currently, some of the default color combinations available in Bootstrap (such as the various styled button classes, some of the code highlighting colors used for basic code blocks, the .bg-primary
contextual background helper class, and the default link color when used on a white background) have a low contrast ratio (below the recommended ratio of 4.5:1). This can cause problems to users with low vision or who are color blind. These default colors may need to be modified to increase their contrast and legibility.
Additional resources
diff --git a/vendor/bootstrap/docs/_includes/getting-started/browser-device-support.html b/vendor/bootstrap/docs/_includes/getting-started/browser-device-support.html
index c7efd318c..bfcc00e2e 100644
--- a/vendor/bootstrap/docs/_includes/getting-started/browser-device-support.html
+++ b/vendor/bootstrap/docs/_includes/getting-started/browser-device-support.html
@@ -74,11 +74,11 @@
On Windows, we support Internet Explorer 8-11.
-
-
For Firefox, in addition to the latest normal stable release, we also support the latest Extended Support Release (ESR) version of Firefox.
+
+
For Firefox, in addition to the latest normal stable release, we also support the latest Extended Support Release (ESR) version of Firefox.
Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, as well as Microsoft Edge, though they are not officially supported.
-
For a list of some of the browser bugs that Bootstrap has to grapple with, see our Wall of browser bugs.
+
For a list of some of the browser bugs that Bootstrap has to grapple with, see our Wall of browser bugs.
Internet Explorer 8 and 9
Internet Explorer 8 and 9 are also supported, however, please be aware that some CSS3 properties and HTML5 elements are not fully supported by these browsers. In addition, Internet Explorer 8 requires the use of Respond.js to enable media query support.
@@ -119,7 +119,7 @@
-
Visit Can I use... for details on browser support of CSS3 and HTML5 features.
+
Visit Can I use... for details on browser support of CSS3 and HTML5 features.
Internet Explorer 8 and Respond.js
Beware of the following caveats when using Respond.js in your development and production environments for Internet Explorer 8.
@@ -143,14 +143,14 @@
{% endhighlight %}
Confirm the document mode by opening the debugging tools: press F12 and check the "Document Mode".
This tag is included in all of Bootstrap's documentation and examples to ensure the best rendering possible in each supported version of Internet Explorer.
-
See this StackOverflow question for more information.
+
See this StackOverflow question for more information.
Internet Explorer 10 in Windows 8 and Windows Phone 8
Internet Explorer 10 doesn't differentiate device width from viewport width, and thus doesn't properly apply the media queries in Bootstrap's CSS. Normally you'd just add a quick snippet of CSS to fix this:
{% highlight scss %}
@-ms-viewport { width: device-width; }
{% endhighlight %}
-
However, this doesn't work for devices running Windows Phone 8 versions older than Update 3 (a.k.a. GDR3), as it causes such devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to include the following CSS and JavaScript to work around the bug.
+
However, this doesn't work for devices running Windows Phone 8 versions older than Update 3 (a.k.a. GDR3), as it causes such devices to show a mostly desktop view instead of narrow "phone" view. To address this, you'll need to include the following CSS and JavaScript to work around the bug.
{% highlight scss %}
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@@ -158,7 +158,7 @@
{% endhighlight %}
{% highlight js %}
-// Copyright 2014-2015 Twitter, Inc.
+// Copyright 2014-2019 Twitter, Inc.
// Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
var msViewportStyle = document.createElement('style')
@@ -170,7 +170,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
document.querySelector('head').appendChild(msViewportStyle)
}
{% endhighlight %}
-
For more information and usage guidelines, read Windows Phone 8 and Device-Width.
+
For more information and usage guidelines, read Windows Phone 8 and Device-Width.
As a heads up, we include this in all of Bootstrap's documentation and examples as a demonstration.
Safari percent rounding
@@ -228,7 +228,7 @@ $(function () {
})
{% endhighlight %}
-
Want to see an example? Check out this JS Bin demo.
+
Want to see an example? Check out this JS Bin demo.
Validators
In order to provide the best possible experience to old and buggy browsers, Bootstrap uses CSS browser hacks in several places to target special CSS to certain browser versions in order to work around bugs in the browsers themselves. These hacks understandably cause CSS validators to complain that they are invalid. In a couple places, we also use bleeding-edge CSS features that aren't yet fully standardized, but these are used purely for progressive enhancement.
diff --git a/vendor/bootstrap/docs/_includes/getting-started/community.html b/vendor/bootstrap/docs/_includes/getting-started/community.html
index 73a88f807..c832e948c 100644
--- a/vendor/bootstrap/docs/_includes/getting-started/community.html
+++ b/vendor/bootstrap/docs/_includes/getting-started/community.html
@@ -3,11 +3,11 @@
Stay up to date on the development of Bootstrap and reach out to the community with these helpful resources.
- - Read and subscribe to The Official Bootstrap Blog.
+ - Read and subscribe to The Official Bootstrap Blog.
- Chat with fellow Bootstrappers using IRC in the
irc.freenode.net
server, in the ##bootstrap channel.
- For help using Bootstrap, ask on StackOverflow using the tag
twitter-bootstrap-3
.
- - Developers should use the keyword
bootstrap
on packages which modify or add to the functionality of Bootstrap when distributing through npm or similar delivery mechanisms for maximum discoverability.
- - Find inspiring examples of people building with Bootstrap at the Bootstrap Expo.
+ - Developers should use the keyword
bootstrap
on packages which modify or add to the functionality of Bootstrap when distributing through npm or similar delivery mechanisms for maximum discoverability.
+ - Find inspiring examples of people building with Bootstrap at the Bootstrap Expo.
You can also follow @getbootstrap on Twitter for the latest gossip and awesome music videos.
diff --git a/vendor/bootstrap/docs/_includes/getting-started/disabling-responsiveness.html b/vendor/bootstrap/docs/_includes/getting-started/disabling-responsiveness.html
index f58befc1f..883e63bb9 100644
--- a/vendor/bootstrap/docs/_includes/getting-started/disabling-responsiveness.html
+++ b/vendor/bootstrap/docs/_includes/getting-started/disabling-responsiveness.html
@@ -2,11 +2,11 @@
Bootstrap automatically adapts your pages for various screen sizes.
- Here's how to disable this feature so your page works like this non-responsive example.