diff options
| author | Mark Otto <[email protected]> | 2013-09-03 20:17:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-03 20:17:45 -0700 |
| commit | 5773638329d5c3ce4fe6cde894e92bc865042744 (patch) | |
| tree | 898935c08ebeebbf6dae52bac1a9a1904037dc72 /getting-started.html | |
| parent | 143403f3fd42aeafa204602da22c4fd481c81435 (diff) | |
| parent | 95df76fc5463ad5772ba0fed8c0343c1a5e9d583 (diff) | |
| download | bootstrap-5773638329d5c3ce4fe6cde894e92bc865042744.tar.xz bootstrap-5773638329d5c3ce4fe6cde894e92bc865042744.zip | |
Merge branch 'master' of github.com:twbs/bootstrap
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index 6358eccc3..a4b9eff36 100644 --- a/getting-started.html +++ b/getting-started.html @@ -620,6 +620,11 @@ bootstrap/ <td><code>.tabs-left</code> <code>.tabs-right</code> <code>.tabs-below</code></td> <td class="text-muted">N/A</td> </tr> + <tr> + <td>Nav lists</td> + <td><code>.nav-list</code> <code>.nav-header</code></td> + <td>No direct equivalent, but <a href="../components/#list-group">List groups</a> and <a href="../javascript/#collapse"><code>.panel-group</code>s</a> are similar.</td> + </tr> </tbody> </table> </div><!-- /.table-responsive --> |
