diff options
| author | Mark Otto <[email protected]> | 2011-10-11 21:49:37 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2011-10-11 21:49:37 -0700 |
| commit | 12af75eef48a61357a3ab8714fa53b231ebfe40b (patch) | |
| tree | 2a801a55d543ba65a06a4a3cc225374177e0c89f /docs | |
| parent | b8a4921b5794f11c24100e2701f0df228d607698 (diff) | |
| download | bootstrap-12af75eef48a61357a3ab8714fa53b231ebfe40b.tar.xz bootstrap-12af75eef48a61357a3ab8714fa53b231ebfe40b.zip | |
updated pills to include vertical (stacked) variation in patterns and documentation
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> |
