aboutsummaryrefslogtreecommitdiff
path: root/docs/getting-started
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting-started')
-rw-r--r--docs/getting-started/compiling.md4
-rw-r--r--docs/getting-started/support.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/getting-started/compiling.md b/docs/getting-started/compiling.md
index 1fc557425..c6efae159 100644
--- a/docs/getting-started/compiling.md
+++ b/docs/getting-started/compiling.md
@@ -29,8 +29,8 @@ Run `grunt` to run tests locally and compile the CSS and JavaScript into `/dist`
#### Tests - `grunt test`
Runs [JSHint](http://jshint.com) and [QUnit](http://qunitjs.com/) tests headlessly in [PhantomJS](http://phantomjs.org/) (used for CI).
-#### Tests and assets - `grunt docs`
-Compiles and tests CSS, JavaScript, and more for running the local documentation via `jekyll serve`.
+#### Build and test docs assets - `grunt docs`
+Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via `jekyll serve`.
#### Watch - `grunt watch`
This is a convenience method for watching just Less files and automatically building them whenever you save.
diff --git a/docs/getting-started/support.md b/docs/getting-started/support.md
index e32e1c077..5b35f6f41 100644
--- a/docs/getting-started/support.md
+++ b/docs/getting-started/support.md
@@ -159,7 +159,7 @@ As a heads up, we include this in all of Bootstrap's documentation and examples
### Safari percent rounding
-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 `.col-*-1` 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 ([see #9282](https://github.com/twbs/bootstrap/issues/9282)) but you do have some options:
+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)