]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
mention #9282 in docs browser section
authorMark Otto <otto@github.com>
Mon, 12 Aug 2013 22:13:38 +0000 (15:13 -0700)
committerMark Otto <otto@github.com>
Mon, 12 Aug 2013 22:13:38 +0000 (15:13 -0700)
getting-started.html

index f9245e5f84db362513e0316b9a2a63214ff5e70e..fc4c59d4652661162f2efdba7c6c5fc87489a1a4 100644 (file)
@@ -172,6 +172,14 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
 }
 {% endhighlight %}
     <p>For more information and usage guidelines, read <a href="http://timkadlec.com/2013/01/windows-phone-8-and-device-width/">Windows Phone 8 and Device-Width</a>.</p>
+
+    <h3>Safari percent rounding</h3>
+    <p>In the latest Safari for Mac, it's rendering engine has a little trouble with the long decimal places of our <code>.col-*-1</code> 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 (<a href="https://github.com/twbs/bootstrap/issues/9282">see #9282</a>) but you do have some options:</p>
+    <ul>
+      <li>Add <code>.pull-right</code> to your last grid column to get the hard-right alignment</li>
+      <li>Tweak your percentages manually to get the perfect rounding for Webkit (more difficult than the first option)</li>
+    </ul>
+    <p>We'll keep an eye on this though and update our code if we have an easy solution.</p>
   </div>