diff options
| author | Mark Otto <[email protected]> | 2013-03-31 11:58:00 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-03-31 11:58:00 -0700 |
| commit | b018513aa51c021cee706c71921a80012ff79f64 (patch) | |
| tree | 61dff35bb4d94d93e2e4539d9c971fd7168bd87e | |
| parent | fc16e37aaa2764bfc9ae131d6f69bd59d8ac5858 (diff) | |
| download | bootstrap-b018513aa51c021cee706c71921a80012ff79f64.tar.xz bootstrap-b018513aa51c021cee706c71921a80012ff79f64.zip | |
lingering nav-list use
| -rw-r--r-- | docs/docs.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html index 77a43097d..ecdeb64b7 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -3888,7 +3888,7 @@ For example, <code><section></code> should be wrapped as inline. </ul> </div> {% highlight html linenos %} -<ul class="nav nav-list"> +<ul class="nav nav-pills nav-stacked"> <li class="active"> <a href="#"> <span class="badge pull-right">42</span> |
