From 2865fde67fcf5902f5cb5952b01d43b8f2347127 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Feb 2014 01:41:04 -0800 Subject: Fixes #12590: Add Korean translation link --- docs/getting-started.html | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 25209c132..27d9f00a2 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -769,6 +769,7 @@ if (isAndroid) {
  • Bootstrap по-русски (Russian)
  • Bootstrap en Español (Spanish)
  • Bootstrap ua Українською (Ukrainian)
  • +
  • Bootstrap 한국어 (Korean)
  • Have another language to add, or perhaps a different or better translation? Let us know by opening an issue.

    -- cgit v1.2.3 From c399bfb01581fcc89474bb1d23718d279e246b45 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 7 Feb 2014 01:49:12 -0800 Subject: Fixes #12477: Clarify IE support in docs --- docs/getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 27d9f00a2..f23c48f78 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -369,7 +369,7 @@ bootstrap/

    Bootstrap is built to work best in the latest desktop and mobile browsers, meaning older browsers might display differently styled, though fully functional, renderings of certain components.

    Supported browsers

    -

    Specifically, we support the latest versions of the following browsers and platforms:

    +

    Specifically, we support the latest versions of the following browsers and platforms. On Windows, we support Internet Explorer 8-11. More specific support information is provided below.

    -- cgit v1.2.3 From bdf9ce4c45b81e62ab7ebd88a9e3daa98ecdd10c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zlatan=20Vasovi=C4=87?= Date: Fri, 7 Feb 2014 19:31:08 +0100 Subject: Omit semicolons consistently in docs --- docs/getting-started.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index f23c48f78..5831474cb 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -543,10 +543,10 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

    On <select> elements, the Android stock browser will not display the side controls if there is a border-radius and/or border applied. 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 %} {% endhighlight %} -- cgit v1.2.3