diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 15:25:41 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 15:25:41 -0700 |
| commit | 3d6efcf2508f6a055e137bb0d5e8ff6a758e0400 (patch) | |
| tree | f39933f09e4153b113b99afa69db346241d10ed7 | |
| parent | 3f2408f9e8cbdf359fdc587a8b463c06860162f4 (diff) | |
| download | bootstrap-3d6efcf2508f6a055e137bb0d5e8ff6a758e0400.tar.xz bootstrap-3d6efcf2508f6a055e137bb0d5e8ff6a758e0400.zip | |
fix typo; fix caps
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html index fc4c59d46..4de9a0fa9 100644 --- a/getting-started.html +++ b/getting-started.html @@ -174,10 +174,10 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) { <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> + <p>In the latest Safari for Mac, its 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> + <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> |
