Skip to content

Commit 27484b4

Browse files
committed
Merge pull request twbs#14666 from twbs/fix-14663
Update docs to reflect that Safari percentages were fixed in v7.1 & iOS 8.0
2 parents 4a3931d + be79bef commit 27484b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/getting-started/browser-device-support.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ <h3 id="support-ie10-width">Internet Explorer 10 in Windows 8 and Windows Phone
147147
<p>As a heads up, we include this in all of Bootstrap's documentation and examples as a demonstration.</p>
148148

149149
<h3 id="support-safari-percentages">Safari percent rounding</h3>
150-
<p>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 <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>
150+
<p>The rendering engine of versions of Safari prior to v7.1 for OS X and Safari for iOS v8.0 had some trouble with the number of decimal places used in our <code>.col-*-1</code> grid classes. So if you had 12 individual grid columns, you'd notice that they came up short compared to other rows of columns. Besides upgrading Safari/iOS, you have some options for workarounds:</p>
151151
<ul>
152152
<li>Add <code>.pull-right</code> to your last grid column to get the hard-right alignment</li>
153153
<li>Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)</li>

0 commit comments

Comments
 (0)