aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-01-05 11:20:30 -0800
committerChris Rebert <[email protected]>2015-01-05 11:20:30 -0800
commit6cb417616ca9524d364742c0e32e374416ef2fec (patch)
tree895ff863819532a69a5ac943d41e1a0b8dad0d18
parent615eb99067a4a218f77fe912370fefcdeecad1cf (diff)
parent9b4296b565df4f0fac4a9d669b8b9c9c0ca97df9 (diff)
downloadbootstrap-6cb417616ca9524d364742c0e32e374416ef2fec.tar.xz
bootstrap-6cb417616ca9524d364742c0e32e374416ef2fec.zip
Merge pull request #26 from twbs/autoprefixer-bump-mac-safari
bump min OS X Safari in Autoprefixer config to v7.1
-rw-r--r--Gruntfile.js2
-rw-r--r--docs/getting-started/support.md7
2 files changed, 1 insertions, 8 deletions
diff --git a/Gruntfile.js b/Gruntfile.js
index 582f4ac30..e9a3652f4 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -163,7 +163,7 @@ module.exports = function (grunt) {
'Explorer >= 9',
'iOS >= 7',
'Opera >= 12',
- 'Safari >= 6'
+ 'Safari >= 7.1'
]
},
core: {
diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md
index 98206d496..989e94442 100644
--- a/docs/getting-started/support.md
+++ b/docs/getting-started/support.md
@@ -162,13 +162,6 @@ For more information and usage guidelines, read [Windows Phone 8 and Device-Widt
As a heads up, we include this in all of Bootstrap's documentation and examples as a demonstration.
-### Safari percent rounding
-
-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 `.col-*-1` 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:
-
-- Add `.pull-right` to your last grid column to get the hard-right alignment
-- Tweak your percentages manually to get the perfect rounding for Safari (more difficult than the first option)
-
### Modals, navbars, and virtual keyboards
#### Overflow and scrolling