From 55c36f86d04381eea18d581ebe87d91d57ffe454 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 12 Aug 2013 15:44:01 -0700 Subject: [PATCH] safari not webkit --- getting-started.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started.html b/getting-started.html index 4de9a0fa96..b6588e7f6a 100644 --- a/getting-started.html +++ b/getting-started.html @@ -177,7 +177,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {

In the latest Safari for Mac, its 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.

-- 2.47.2