diff options
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 4ce4526c3..051e69a3b 100644 --- a/getting-started.html +++ b/getting-started.html @@ -350,7 +350,7 @@ bootstrap/ <p>It's been redesigned, is now compiled in the browser instead of Heroku, has better dependency support, and even has built-in error handling. Better yet, we now save your customizations to an anonymous Gist for easy reuse, sharing, and modifications.</p> <h4>Better box model by default.</h4> - <p>Everything in Bootstrap gets `box-sizing: border-box`, making for easier sizing options and an enhanced grid system.</p> + <p>Everything in Bootstrap gets <code>box-sizing: border-box</code>, making for easier sizing options and an enhanced grid system.</p> <h4>Super-powered grid system.</h4> <p>With four tiers of grid classes—phones, tablets, desktops, and large desktops—you can do some super crazy awesome layouts.</p> |
