diff options
| author | Chris Rebert <[email protected]> | 2013-06-16 21:36:56 -0600 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-06-16 21:36:56 -0600 |
| commit | 50df5de14f80a9f0ba1252195303d64b574b483f (patch) | |
| tree | 193aea3b8f542d6de0db2048266a4a26a8af6981 /docs/css.html | |
| parent | ac3521fef4f69bfc025677e9d3020fb39de35f73 (diff) | |
| download | bootstrap-50df5de14f80a9f0ba1252195303d64b574b483f.tar.xz bootstrap-50df5de14f80a9f0ba1252195303d64b574b483f.zip | |
CSS docs page: backticks ==> <code>
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/css.html b/docs/css.html index 6b6695464..c01255733 100644 --- a/docs/css.html +++ b/docs/css.html @@ -47,7 +47,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes." <p>For improved cross-browser rendering, we use <a href="http://necolas.github.com/normalize.css/" target="_blank">Normalize</a>, a project by <a href="http://twitter.com/necolas" target="_blank">Nicolas Gallagher</a> and <a href="http://twitter.com/jon_neal" target="_blank">Jonathan Neal</a>.</p> <h3 id="overview-container">Centering with container</h3> - <p>Easily center a page's contents by wrapping its contents in a container. Containers set `max-width` at various media query breakpoints to match our grid system.</p> + <p>Easily center a page's contents by wrapping its contents in a container. Containers set <code>max-width</code> at various media query breakpoints to match our grid system.</p> {% highlight html %} <div class="container"> ... @@ -1552,7 +1552,7 @@ For example, <code><section></code> should be wrapped as inline. {% endhighlight %} <h4>Optional sizes</h4> - <p>Add the relative form sizing classes to the `.input-group-addon`.</p> + <p>Add the relative form sizing classes to the <code>.input-group-addon</code>.</p> <form class="bs-example bs-example-form"> <div class="input-group col-lg-9"> <span class="input-group-addon input-large">@</span> |
