]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
add iOS and versions to Safari percent rounding warning; fixes #10723 10806/head
authorChris Rebert <code@rebertia.com>
Wed, 25 Sep 2013 18:45:26 +0000 (11:45 -0700)
committerChris Rebert <code@rebertia.com>
Thu, 26 Sep 2013 00:25:50 +0000 (17:25 -0700)
getting-started.html

index c908cb183cce7a9915cad3733ec2b9f9f69eb642..8f749889c9b484c76737e5191a00ff74d479e24c 100644 (file)
@@ -781,7 +781,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
     <p>As a heads up, we include this in the Bootstrap docs as an example.</p>
 
     <h3>Safari percent rounding</h3>
-    <p>In the latest Safari for Mac, its rendering engine has a little trouble with the long decimal places of our <code>.col-*-1</code> 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 (<a href="https://github.com/twbs/bootstrap/issues/9282">see #9282</a>) but you do have some options:</p>
+    <p>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 <code>.col-*-1</code> 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 (<a href="https://github.com/twbs/bootstrap/issues/9282">see #9282</a>) but you do have some options:</p>
     <ul>
       <li>Add <code>.pull-right</code> to your last grid column to get the hard-right alignment</li>
       <li>Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)</li>