diff options
| author | Chris Rebert <[email protected]> | 2013-09-30 18:11:20 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-30 18:11:20 -0700 |
| commit | f9dd7466cfbc89c2ed458ec83cd29db7aa83525a (patch) | |
| tree | 164e323485fe23d59983ad96ccd24ae5880c09ce | |
| parent | 5bfd9e0d56b60ee1836e87efc43d658b025e3dcd (diff) | |
| parent | 1cf8fcda651f54e59f0c454579b457b666cb1880 (diff) | |
| download | bootstrap-f9dd7466cfbc89c2ed458ec83cd29db7aa83525a.tar.xz bootstrap-f9dd7466cfbc89c2ed458ec83cd29db7aa83525a.zip | |
Merge pull request #10806 from twbs/ios-safari-pct-rounding
add iOS and versions to Safari percent rounding warning; fixes #10723
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 0cb91f61f..e6d43349f 100644 --- a/getting-started.html +++ b/getting-started.html @@ -783,7 +783,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> |
