diff options
| author | Mark Otto <[email protected]> | 2012-03-22 09:06:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 09:06:59 -0700 |
| commit | 0f57bdab754d72697f412eb32723a83b2de9921e (patch) | |
| tree | 15a8ed4a3eb73da9371ad545a887e109a554c0df /docs/components.html | |
| parent | d335adf644b213a5ebc9cee3f37f781ad55194ef (diff) | |
| parent | cdd158c57182092a7ced90af06e7dcc0e4e8e29b (diff) | |
| download | bootstrap-0f57bdab754d72697f412eb32723a83b2de9921e.tar.xz bootstrap-0f57bdab754d72697f412eb32723a83b2de9921e.zip | |
Merge branch 'doc-typos' of https://github.com/ZeroGravX/bootstrap into ZeroGravX-doc-typos
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html index 10b2aec20..a8979729e 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1040,7 +1040,7 @@ </pre> </div><!--/span--> </div><!--/row--> - <p>When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of apdding to the <code><body></code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.</p> + <p>When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of padding to the <code><body></code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.</p> <h3>Brand name</h3> <p>A simple link to show your brand or project name only requires an anchor tag.</p> <pre class="prettyprint linenums"> @@ -1115,7 +1115,7 @@ <h3>Component alignment</h3> <p>To align a nav, search form, or text, use the <code>.pull-left</code> or <code>.pull-right</code> utility classes. Both classes will add a CSS float in the specified direction.</p> <h3>Adding dropdown menus</h3> - <p>Adding dropdowns and dropups to the nav is super simple, but does require the use of <a href="./javascript.html/#dropdown">our javascript plugin</a>.</p> + <p>Adding dropdowns and dropups to the nav is super simple, but does require the use of <a href="./javascript.html#dropdowns">our javascript plugin</a>.</p> <pre class="prettyprint linenums"> <ul class="nav"> <li class="dropdown"> @@ -1516,7 +1516,7 @@ <h2>Page header</h2> <div class="row"> <div class="span4"> - <p>A simple shell for an <code>h1</code> to appropratiely space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).</p> + <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).</p> </div> <div class="span8"> <div class="page-header"> |
