From 3a1bf02ebf9a04757784973e234fb81d8b44a025 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Wed, 17 Sep 2014 17:48:40 -0700 Subject: tweak `grunt docs` description --- docs/_includes/getting-started/grunt.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/_includes/getting-started') diff --git a/docs/_includes/getting-started/grunt.html b/docs/_includes/getting-started/grunt.html index 34cfddcf8..f9f131087 100644 --- a/docs/_includes/getting-started/grunt.html +++ b/docs/_includes/getting-started/grunt.html @@ -24,8 +24,8 @@

grunt test (Run tests)

Runs JSHint and runs the QUnit tests headlessly in PhantomJS.

-

grunt docs (Run tests and build docs assets)

-

Compiles and tests CSS, JavaScript, and more for running the local documentation via jekyll serve.

+

grunt docs (Build & test the docs assets)

+

Builds and tests CSS, JavaScript, and other assets which are used when running the documentation locally via jekyll serve.

grunt (Build absolutely everything and run tests)

Compiles and minifies CSS and JavaScript, builds the documentation website, runs the HTML5 validator against the docs, regenerates the Customizer assets, and more. Usually only necessary if you're hacking on Bootstrap itself.

-- cgit v1.2.3 From be79bef5270297630c10c3143846038c1d994c3b Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Mon, 22 Sep 2014 13:48:05 -0700 Subject: Safari percentages were fixed in v7.1 & iOS 8.0; fixes #14663 --- docs/_includes/getting-started/browser-device-support.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/getting-started') diff --git a/docs/_includes/getting-started/browser-device-support.html b/docs/_includes/getting-started/browser-device-support.html index f55bd0be3..6e69b115f 100644 --- a/docs/_includes/getting-started/browser-device-support.html +++ b/docs/_includes/getting-started/browser-device-support.html @@ -147,7 +147,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

As a heads up, we include this in all of Bootstrap's documentation and examples as a demonstration.

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) 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: