From: Chris Rebert Date: Wed, 25 Sep 2013 18:45:26 +0000 (-0700) Subject: add iOS and versions to Safari percent rounding warning; fixes #10723 X-Git-Tag: v3.0.1~39^2~106^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cf8fcda651f54e59f0c454579b457b666cb1880;p=thirdparty%2Fbootstrap.git add iOS and versions to Safari percent rounding warning; fixes #10723 --- diff --git a/getting-started.html b/getting-started.html index c908cb183c..8f749889c9 100644 --- a/getting-started.html +++ b/getting-started.html @@ -781,7 +781,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

-

In the latest Safari for Mac, its rendering engine has a little trouble with the long decimal places of our .col-*-1 grid classes, meaning if you have 12 individual columns you'll notice 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 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: