aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Coevoet <[email protected]>2013-12-05 17:45:22 +0100
committerChristophe Coevoet <[email protected]>2013-12-05 17:45:22 +0100
commit813a4fafb6e268479e50c8ca4d84fbe2af26adb5 (patch)
treefb43bd954b9e5da29090b32a75aeebb77df463e6
parent6d03173a1aad98e75f7d33e65b411c519176c59a (diff)
downloadbootstrap-813a4fafb6e268479e50c8ca4d84fbe2af26adb5.tar.xz
bootstrap-813a4fafb6e268479e50c8ca4d84fbe2af26adb5.zip
Added the removal of tab-content and tab-pane in the migration guide
-rw-r--r--getting-started.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html
index 18f89adc3..29a9c6f81 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -688,6 +688,16 @@ bootstrap/
<td class="text-muted">N/A</td>
</tr>
<tr>
+ <td>Pill-based tabbable area</td>
+ <td><code>.pill-content</code></td>
+ <td><code>.tab-content</code></td>
+ </tr>
+ <tr>
+ <td>Pill-based tabbable area pane</td>
+ <td><code>.pill-pane</code></td>
+ <td><code>.tab-pane</code></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>