diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.html b/docs/index.html index a83b75e62..dd59e877f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1447,7 +1447,7 @@ <p>Great for sub-sections of content like our account settings pages and user timelines for toggling between pages of like content. Available in tabbed or pill styles.</p> </div> <div class="span12"> - <h3>Basic tab example</h3> + <h3>Basic tabs example</h3> <ul class="tabs"> <li class="active"><a href="#">Home</a></li> <li><a href="#">Profile</a></li> @@ -1473,7 +1473,7 @@ <li><a href="#">Contact</a></li> </ul> </pre> - <h3>Alternate styles</h3> + <h3>Alternate tabs</h3> <p>You can also use tabs that are stacked on either side of an element, or on the bottom.</p> <ul class="tabs tabs-left"> <li class="active"><a href="#">Active link</a></li> @@ -1512,9 +1512,9 @@ <li><a href="#">Contact</a></li> </ul> </pre> - <h3>Alternate styles</h3> + <h3>Vertical pill nav</h3> <p>With a pill-style nav, you can also stack the list items to have a simple sidebar. We don't offer left or right aligned versions here because that's easy enough to customize based on your own needs</p> - <ul class="pills pills-vertical"> + <ul class="pills pills-vertical span4"> <li class="active"><a href="#">Home</a></li> <li><a href="#">Profile</a></li> <li><a href="#">Messages</a></li> |
