Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <github@rebertia.com>2013-12-06 04:53:15 +0400
committerChris Rebert <github@rebertia.com>2013-12-06 04:53:15 +0400
commit7b06538c911f40c46ae67b0c0df7afdfbcb5d00a (patch)
treeae289fc11d96c8e045547c7b02aa0e88964041b5
parent3b75d647677fec5852e07e6444ea77edb056e843 (diff)
parent813a4fafb6e268479e50c8ca4d84fbe2af26adb5 (diff)
Merge pull request #11723 from stof/patch-1
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 18f89adc3c..29a9c6f817 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>