diff options
| author | Chris Rebert <[email protected]> | 2014-12-30 12:31:08 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-30 12:49:46 -0800 |
| commit | 9b4296b565df4f0fac4a9d669b8b9c9c0ca97df9 (patch) | |
| tree | 7ecfef68c7184f9ca3631268285cfcf709722e96 /docs/getting-started | |
| parent | 473c75dc4ceeeb2d98bffb8f71435e6c0a6faa83 (diff) | |
| download | bootstrap-9b4296b565df4f0fac4a9d669b8b9c9c0ca97df9.tar.xz bootstrap-9b4296b565df4f0fac4a9d669b8b9c9c0ca97df9.zip | |
rm note about Safari<7.1 / iOS<8.0 percent rounding bug
Diffstat (limited to 'docs/getting-started')
| -rw-r--r-- | docs/getting-started/support.md | 7 |
1 files changed, 0 insertions, 7 deletions
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 |
