diff options
| author | Jacob Thornton <[email protected]> | 2011-09-10 19:01:16 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-10 19:01:16 -0700 |
| commit | a71d5d8e991eee4073d3312743778b1991cfb650 (patch) | |
| tree | d5d8e8b3d8cc565c84a86c1e770f037a32665652 /docs | |
| parent | 235246d6fcc7947d04555205a5f8a242eb3f6b97 (diff) | |
| download | bootstrap-a71d5d8e991eee4073d3312743778b1991cfb650.tar.xz bootstrap-a71d5d8e991eee4073d3312743778b1991cfb650.zip | |
add the dhg flavor back
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 | ||||
| -rw-r--r-- | docs/javascript.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index 3afdebd84..64f95c6da 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1519,7 +1519,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita <p>Integrating javascript with the Bootstrap library is super easy. Below we go over the basics and provide you with some awesome plugins to get you started!</p> </div> <div class="span12"> - <h2>Getting started</h2> + <h2>Getting started</h2> <p>We've set out to make your interactive work with Bootstrap even more simple, offering several lightweight plugins for things like modals, tooltips, and other dynamic components. These plugins have been coded up to work with either <a href="http://jquery.com/" target="_blank">jQuery</a> or <a href="http://ender.no.de" target="_blank">Ender</a>, but we encourage you to extend and modify them to fit your development needs!</p> <h2>Do I need javascript?</h2> <p>The short answer is <strong>no</strong>... of course not! However, for those who need it, we've provided the plugins below to help you understand how to integrate bootstrap with javascript and to give you a quick lightweight option for dropping something in and getting the basic functionality right away! For more information on these plugins and to see demos of them in action, please refer to our <a href="./javascript.html">plugin documentation page</a>.</p> @@ -1541,7 +1541,7 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita </tr> <tr> <td><a href="./javascript.html#dropdowns">bootstrap-dropdown.js</a></td> - <td>This plugin is for adding dropdowns to the bootstrap topbar or tabbed navigations.</td> + <td>This plugin is for adding dropdown interaction to the bootstrap topbar or tabbed navigations.</td> </tr> <tr> <td><a href="./javascript.html#tabs">bootstrap-tabs.js</a></td> diff --git a/docs/javascript.html b/docs/javascript.html index 47cd34414..bc3372fab 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -156,7 +156,7 @@ $('#modal-content') </div> <div class="row"> <div class="span4 columns"> - <p>This plugin is for adding dropdowns to the bootstrap nav.</p> + <p>This plugin is for adding dropdown interaction to the bootstrap topbar or tabbed navigations.</p> <a href="../js/bootstrap-dropdown.js" target="_blank" class="btn primary">Download</a> </div> <div class="span12 columns"> @@ -165,7 +165,7 @@ $('#modal-content') <h3>Method</h3> <h4>$().dropdown</h4> <p> - Activates menus for given topbar navigation. + Activates menus for given topbar or tabbed navigation. </p> <h3>Demo</h3> <script> |
