Skip to content

Commit

Permalink
add .nav-list & .nav-header to removals section of migration guide; f…
Browse files Browse the repository at this point in the history
…ixes #9139
  • Loading branch information
cvrebert committed Sep 4, 2013
1 parent dcdafa4 commit 6ac5a1e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions getting-started.html
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,11 @@ <h2 id="migration-dropped">What's removed</h2>
<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 -->
Expand Down

0 comments on commit 6ac5a1e

Please sign in to comment.