add .nav-list & .nav-header to removals section of migration guide; fixes #9139

This commit is contained in:
Chris Rebert 2013-09-03 19:52:25 -07:00
parent dcdafa4220
commit 6ac5a1e2dc
1 changed files with 5 additions and 0 deletions

View File

@ -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 -->