From: Chris Rebert Date: Sun, 16 Feb 2014 20:26:09 +0000 (-0800) Subject: Safari rounding problem still present as of v7.0.1 for OS X X-Git-Tag: v3.2.0~426^2~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca02f49013f6f505f4f0faa0ccd6cd81c178e890;p=thirdparty%2Fbootstrap.git Safari rounding problem still present as of v7.0.1 for OS X --- diff --git a/docs/getting-started.html b/docs/getting-started.html index 9b25e2f778..76f062d516 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: