From 059969bcd2f71adc4411b0a14b8a6ad8ac2ab94b Mon Sep 17 00:00:00 2001
From: Mark Otto Learn more at HTML CodeSniffer and Penn State's AccessAbility. 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 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 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. 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 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. 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.Color contrast
- .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..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/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html
index c7efd318c..3979392f9 100644
--- a/docs/_includes/getting-started/browser-device-support.html
+++ b/docs/_includes/getting-started/browser-device-support.html
@@ -74,11 +74,11 @@
Internet Explorer 8 and 9
Disabling responsiveness
<meta> mentioned in the CSS docs<meta> mentioned in the CSS docswidth on the .container for each grid tier with a single width, for example width: 970px !important; Be sure that this comes after the default Bootstrap CSS. You can optionally avoid the !important with media queries or some selector-fu..col-xs-* classes in addition to, or in place of, the medium/large ones. Don't worry, the extra-small device grid scales to all resolutions.We've applied these steps to an example. Read its source code to see the specific changes implemented.
- View non-responsive example + View non-responsive example
diff --git a/docs/_includes/getting-started/examples.html b/docs/_includes/getting-started/examples.html index 6212f4db7..f659fe7c0 100644 --- a/docs/_includes/getting-started/examples.html +++ b/docs/_includes/getting-started/examples.html @@ -121,7 +121,7 @@
Create a custom navbar with justified links. Heads up! Not too Safari friendly.
+Create a custom navbar with justified links. Heads up! Not too Safari friendly.
-- cgit v1.2.3