diff options
| author | Mark Otto <[email protected]> | 2012-01-08 14:33:14 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-08 14:33:14 -0800 |
| commit | 2c790304393cce3ba7db3b3d5bc9385b1986b838 (patch) | |
| tree | 77e3157833a3926fd48d4c9dd757c3df5c9ca406 /docs | |
| parent | cb38d08ed4f8d11ddfd0ebb1093c7a3857a7863c (diff) | |
| download | bootstrap-2c790304393cce3ba7db3b3d5bc9385b1986b838.tar.xz bootstrap-2c790304393cce3ba7db3b3d5bc9385b1986b838.zip | |
fix navbar styles for .brand
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/javascript.html | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 256c36666..a63350c3d 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -64,57 +64,57 @@ </div> <div class="row"> <div class="span3"> - <h3><a href="#transition">Transitions</a> <small class="muted">*</small></h3> + <h3><a href="./javascript.html#transition">Transitions</a> <small class="muted">*</small></h3> <p>For simple transition effects, include bootstrap-transition.js once to slide in modals or fade out alert messages.</p> <p class="muted"><strong>*</strong> Required for animation in plugins</p> </div> <div class="span3"> - <h3><a href="#modal">Modals</a></h3> + <h3><a href="./javascript.html#modal">Modals</a></h3> <p>A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.</p> </div> <div class="span3"> - <h3><a href="#dropdown">Dropdowns</a></h3> + <h3><a href="./javascript.html#dropdown">Dropdowns</a></h3> <p>Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.</p> </div> <div class="span3"> - <h3><a href="#scrollspy">Scrollspy</a></h3> + <h3><a href="./javascript.html#scrollspy">Scrollspy</a></h3> <p>Use scrollspy to automatically update the links in your navbar to show the current active link based on scroll position.</p> </div> </div> <!-- /row --> <div class="row"> <div class="span3"> - <h3><a href="#tab">Togglable tabs</a></h3> + <h3><a href="./javascript.html#tab">Togglable tabs</a></h3> <p>Use this plugin to make tabs and pills more useful by allowing them to toggle through tabbable panes of local content.</p> </div> <div class="span3"> - <h3><a href="#twipsy">Twipsy tooltips</a></h3> + <h3><a href="./javascript.html#twipsy">Twipsy tooltips</a></h3> <p>A new take on the jQuery Tipsy plugin, Twipsy uses CSS3 animations, data attributes for titles, and the new event API in jQuery 1.7.</p> </div> <div class="span3"> - <h3><a href="#popover">Popovers</a> <small class="muted">*</small></h3> + <h3><a href="./javascript.html#popover">Popovers</a> <small class="muted">*</small></h3> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> <p class="muted"><strong>*</strong> Requires <a href="#twipsy">Twipsy</a> to be included</p> </div> <div class="span3"> - <h3><a href="#alert">Alert messages</a></h3> + <h3><a href="./javascript.html#alert">Alert messages</a></h3> <p>The alert plugin is a tiny class for adding close functionality to alerts.</p> </div> </div> <!-- /row --> <div class="row"> <div class="span3"> - <h3><a href="#button">Buttons</a></h3> + <h3><a href="./javascript.html#button">Buttons</a></h3> <p>Do more with buttons. Control button states or create groups of buttons for more components like toolbars.</p> </div> <div class="span3"> - <h3><a href="#button">Collapse</a></h3> + <h3><a href="./javascript.html#collapse">Collapse</a></h3> <p>Get base styles and flexible support for collapsible components like accordions and navigation.</p> </div> <div class="span3"> - <h3><a href="#button">Carousel</a></h3> + <h3><a href="./javascript.html#carousel">Carousel</a></h3> <p>Create a merry-go-round of any content you wish to provide an interactive slideshow of content.</p> </div> <div class="span3"> - <h3><a href="#button">Typeahead</a></h3> + <h3><a href="./javascript.html#typeahead">Typeahead</a></h3> <p>A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.</p> </div> </div> <!-- /row --> |
