From 3f2408f9e8cbdf359fdc587a8b463c06860162f4 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 15:13:38 -0700 Subject: [PATCH] mention #9282 in docs browser section --- getting-started.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/getting-started.html b/getting-started.html index f9245e5f8..fc4c59d46 100644 --- a/getting-started.html +++ b/getting-started.html @@ -172,6 +172,14 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { } {% endhighlight %}

For more information and usage guidelines, read Windows Phone 8 and Device-Width.

+ +

Safari percent rounding

+

In the latest Safari for Mac, it's rendering engine has a little trouble with the long decimal places of our .col-*-1 grid classes, meaning if you have 12 individual columns you'll notice they come up short compared to other rows of columns. There's not much we can do here (see #9282) but you do have some options:

+ +

We'll keep an eye on this though and update our code if we have an easy solution.