diff options
| author | Tom Pietschker <[email protected]> | 2013-02-19 14:32:28 -0500 |
|---|---|---|
| committer | Tom Pietschker <[email protected]> | 2013-02-19 14:32:28 -0500 |
| commit | 3b7e5214e3c998e4c2652798dbd8aba4cfee737f (patch) | |
| tree | 657a8a99e5621f9c11225d3ee21f313ccc34f75c /docs | |
| parent | a1913cbe7e969cb6763f12888a594666b2d28a65 (diff) | |
| download | bootstrap-3b7e5214e3c998e4c2652798dbd8aba4cfee737f.tar.xz bootstrap-3b7e5214e3c998e4c2652798dbd8aba4cfee737f.zip | |
remove navbar-inner
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/components.html | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/docs/components.html b/docs/components.html index b05d9c6e9..7e713938c 100644 --- a/docs/components.html +++ b/docs/components.html @@ -819,16 +819,14 @@ title: Components <p>You can easily add dividers to your nav links with an empty list item and a simple class. Just add the appropriate class to <code><li></code> elements between links. Dividers will be horizontal to start, but at resolutions above 768px they become vertical with the navigation.</p> <div class="bs-docs-example"> <div class="navbar"> - <div class="navbar-inner"> - <ul class="nav"> - <li class="active"><a href="#">Home</a></li> - <li class="divider"></li> - <li><a href="#">Link</a></li> - <li class="divider"></li> - <li><a href="#">Link</a></li> - <li class="divider"></li> - </ul> - </div> + <ul class="nav"> + <li class="active"><a href="#">Home</a></li> + <li class="divider"></li> + <li><a href="#">Link</a></li> + <li class="divider"></li> + <li><a href="#">Link</a></li> + <li class="divider"></li> + </ul> </div> </div><!-- /example --> {% highlight html linenos %} |
