diff options
| author | Mark Otto <[email protected]> | 2012-01-31 00:12:34 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-31 00:12:34 -0800 |
| commit | bd9221ddc0fa0c14da65df89f8f6fb6c88ef85a1 (patch) | |
| tree | a1f95104495613ed4f8095a232639c1639edb623 /docs/components.html | |
| parent | b7713b83fa25f4b28869fe846b04baac00ca781b (diff) | |
| parent | d633dbb44e40f402c85d4339bb3ac0e7069915eb (diff) | |
| download | bootstrap-bd9221ddc0fa0c14da65df89f8f6fb6c88ef85a1.tar.xz bootstrap-bd9221ddc0fa0c14da65df89f8f6fb6c88ef85a1.zip | |
Merge pull request #1457 from nkryptic/2.0-wip
[2.0-wip] added missing nav- prefixes to docs
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/components.html b/docs/components.html index af15572dc..d989e4e1a 100644 --- a/docs/components.html +++ b/docs/components.html @@ -360,7 +360,7 @@ </div> <div class="span4"> <h3>Basic tabs</h3> - <p>Take a regular <code><ul></code> of links and add <code>.tabs</code>:</p> + <p>Take a regular <code><ul></code> of links and add <code>.nav-tabs</code>:</p> <ul class="nav nav-tabs"> <li class="active"><a href="#">Home</a></li> <li><a href="#">Profile</a></li> @@ -378,7 +378,7 @@ </div> <div class="span4"> <h3>Basic pills</h3> - <p>Take that same HTML, but use <code>.pills</code> instead:</p> + <p>Take that same HTML, but use <code>.nav-pills</code> instead:</p> <ul class="nav nav-pills"> <li class="active"><a href="#">Home</a></li> <li><a href="#">Profile</a></li> @@ -400,7 +400,7 @@ <div class="row"> <div class="span4"> <h3>How to stack 'em</h3> - <p>As tabs and pills are horizontal by default, just add a second class, <code>.stacked</code>, to make them appear vertically stacked.</p> + <p>As tabs and pills are horizontal by default, just add a second class, <code>.nav-stacked</code>, to make them appear vertically stacked.</p> </div> <div class="span4"> <h3>Stacked tabs</h3> @@ -514,7 +514,7 @@ </div> <div class="span4"> <h3>Example nav list</h3> - <p>Take a list of links and add <code>class="nav list"</code>:</p> + <p>Take a list of links and add <code>class="nav nav-list"</code>:</p> <div class="well" style="padding: 8px 0;"> <ul class="nav nav-list"> <li class="nav-header">List header</li> @@ -582,7 +582,7 @@ </div> <div class="span4"> <h3>Tabbable example</h3> - <p>To make tabs tabbable, wrap the <code>.tabs</code> in another div with class <code>.tabbable</code>.</p> + <p>To make tabs tabbable, wrap the <code>.nav-tabs</code> in another div with class <code>.tabbable</code>.</p> <div class="tabbable" style="margin-bottom: 9px;"> <ul class="nav nav-tabs"> <li class="active"><a href="#1" data-toggle="tab">Section 1</a></li> |
