From 6f0059c5273bc6b051df411b9844b91b2b46a0cd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 10 Feb 2014 22:12:28 -0800 Subject: add version to getting started page --- 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 7e17d5408..9b25e2f77 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -30,6 +30,7 @@ lead: "An overview of Bootstrap, how to download and use, basic templates and ex Download Sass +

Currently v{{ site.current_version }}.

Bootstrap CDN

The folks over at MaxCDN graciously provide CDN support for Bootstrap's CSS and JavaScript. Just use these Bootstrap CDN links.

-- cgit v1.2.3 From ca02f49013f6f505f4f0faa0ccd6cd81c178e890 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Sun, 16 Feb 2014 12:26:09 -0800 Subject: Safari rounding problem still present as of v7.0.1 for OS X --- 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 9b25e2f77..76f062d51 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -512,7 +512,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

As a heads up, we include this in the Bootstrap docs as an example.

Safari percent rounding

-

As of Safari v6.1 for OS X and Safari for iOS v7.0.1, Safari's rendering engine has some trouble with the number of decimal places used in our .col-*-1 grid classes. So if you have 12 individual grid columns, you'll notice that they come up short compared to other rows of columns. We can't do much here (see #9282) but you do have some options:

+

As of Safari v7.0.1 for OS X and Safari for iOS v7.0.1, Safari's rendering engine has some trouble with the number of decimal places used in our .col-*-1 grid classes. So if you have 12 individual grid columns, you'll notice that they come up short compared to other rows of columns. We can't do much here (see #9282) but you do have some options:

-

Have another language to add, or perhaps a different or better translation? Let us know by opening an issue.

+

We don't help organize or host translations, we just link to them.

+

Finished a new or better translation? Open a pull request to add it to our list.

-- cgit v1.2.3 From 983265b08aa3f5a1934eb5f6967885b9742b56cd Mon Sep 17 00:00:00 2001 From: hebbet Date: Sat, 22 Feb 2014 21:49:58 +0100 Subject: Remove second tbody from Supported browsers Removed the second tbody from "Internet Explorer 8 and 9" Table --- docs/getting-started.html | 2 -- 1 file changed, 2 deletions(-) (limited to 'docs/getting-started.html') diff --git a/docs/getting-started.html b/docs/getting-started.html index 440098cb9..afe32ab72 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -450,8 +450,6 @@ bootstrap/ transition Not supported - - placeholder Not supported -- cgit v1.2.3 From 421e7af1377e5c17156e796c38fd075d3ce2566f Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 5 Mar 2014 21:48:38 -0800 Subject: add link from Getting Started page to Wall of Browser Bugs page --- 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 afe32ab72..163a7ffa6 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -418,6 +418,7 @@ bootstrap/

Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 7, 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.

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.

-- cgit v1.2.3