diff options
| author | Mark Otto <[email protected]> | 2013-08-12 15:44:01 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 15:44:01 -0700 |
| commit | 55c36f86d04381eea18d581ebe87d91d57ffe454 (patch) | |
| tree | 257048d891ca1e2a30926fdd221211136ca81f36 | |
| parent | 3d6efcf2508f6a055e137bb0d5e8ff6a758e0400 (diff) | |
| download | bootstrap-55c36f86d04381eea18d581ebe87d91d57ffe454.tar.xz bootstrap-55c36f86d04381eea18d581ebe87d91d57ffe454.zip | |
safari not webkit
| -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 4de9a0fa9..b6588e7f6 100644 --- a/getting-started.html +++ b/getting-started.html @@ -177,7 +177,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <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. There's not much we can do 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 WebKit (more difficult than the first option)</li> + <li>Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)</li> </ul> <p>We'll keep an eye on this though and update our code if we have an easy solution.</p> </div> |
