diff options
| author | Chris Rebert <[email protected]> | 2013-12-05 16:53:15 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-05 16:53:15 -0800 |
| commit | 7b06538c911f40c46ae67b0c0df7afdfbcb5d00a (patch) | |
| tree | ae289fc11d96c8e045547c7b02aa0e88964041b5 /getting-started.html | |
| parent | 3b75d647677fec5852e07e6444ea77edb056e843 (diff) | |
| parent | 813a4fafb6e268479e50c8ca4d84fbe2af26adb5 (diff) | |
| download | bootstrap-7b06538c911f40c46ae67b0c0df7afdfbcb5d00a.tar.xz bootstrap-7b06538c911f40c46ae67b0c0df7afdfbcb5d00a.zip | |
Merge pull request #11723 from stof/patch-1
Added the removal of tab-content and tab-pane in the migration guide
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 10 |
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> |
