diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 2 | ||||
| -rw-r--r-- | docs/javascript.html | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/components.html b/docs/components.html index 44a823a9d..5ccbff18a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -848,7 +848,7 @@ lead: "Dozens of reusable components built to provide iconography, dropdowns, na ================================================== --> <div class="bs-docs-section" id="nav"> <div class="page-header"> - <h1>Navs</small></h1> + <h1>Navs</h1> </div> <p class="lead">Navs available in Bootstrap have shared markup, starting with the base <code>.nav</code> class, as well as shared states. Swap modifier classes to switch between each style.</p> diff --git a/docs/javascript.html b/docs/javascript.html index e3e92f9d6..bef98cef7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -407,8 +407,8 @@ $('#myModal').on('hidden.bs.modal', function () { </ul> </li> <li class="dropdown"> - <a class="dropdown-toggle" id="drop5" role="button" data-toggle="dropdown" href="#">Dropdown 3 <b class="caret"></b></a> - <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop5"> + <a class="dropdown-toggle" id="drop6" role="button" data-toggle="dropdown" href="#">Dropdown 3 <b class="caret"></b></a> + <ul id="menu3" class="dropdown-menu" role="menu" aria-labelledby="drop6"> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://twitter.com/fat">Action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://twitter.com/fat">Another action</a></li> <li role="presentation"><a role="menuitem" tabindex="-1" href="http://twitter.com/fat">Something else here</a></li> |
