From 315907c97cf9e039c83cf71e3c0a049ea0e24798 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 17 May 2015 12:43:04 +0300 Subject: Use `https` when possible. --- docs/_includes/getting-started/browser-device-support.html | 4 ++-- docs/_includes/getting-started/community.html | 2 +- docs/_includes/getting-started/download.html | 2 +- docs/_includes/getting-started/grunt.html | 2 +- docs/_includes/getting-started/third-party-support.html | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) (limited to 'docs/_includes/getting-started') diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index 16b6eb841..43c2e5349 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -116,7 +116,7 @@ {% 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:

@@ -189,7 +189,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

Android stock browser

Out of the box, Android 4.1 (and even some newer releases apparently) ship with the Browser app as the default web browser of choice (as opposed to Chrome). Unfortunately, the Browser app has lots of bugs and inconsistencies with CSS in general.

Select menus

-

On <select> elements, the Android stock browser will not display the side controls if there is a border-radius and/or border applied. (See this StackOverflow question for details.) Use the snippet of code below to remove the offending CSS and render the <select> as an unstyled element on the Android stock browser. The user agent sniffing avoids interference with Chrome, Safari, and Mozilla browsers.

+

On <select> elements, the Android stock browser will not display the side controls if there is a border-radius and/or border applied. (See this StackOverflow question for details.) Use the snippet of code below to remove the offending CSS and render the <select> as an unstyled element on the Android stock browser. The user agent sniffing avoids interference with Chrome, Safari, and Mozilla browsers.

{% highlight html %}