mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
a start at documenting plugin class changes
This commit is contained in:
parent
f2750dd6bc
commit
abee1cdf9d
1 changed files with 38 additions and 0 deletions
|
@ -449,6 +449,44 @@ bootstrap/
|
||||||
</table>
|
</table>
|
||||||
</div><!-- /.table-responsive -->
|
</div><!-- /.table-responsive -->
|
||||||
|
|
||||||
|
<h2 id="plugin-migration-classes">Minor class changes</h2>
|
||||||
|
<p>Plugin class changes between v2.x and v3.0.</p>
|
||||||
|
<div class="table-responsive">
|
||||||
|
<table class="table table-bordered table-striped">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th>Bootstrap 2.x</th>
|
||||||
|
<th>Bootstrap 3.0</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td><code>.accordion</code></td>
|
||||||
|
<td><code>.panel-group</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>.accordion-group</code></td>
|
||||||
|
<td><code>.panel .panel-default</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>.accordion-heading</code></td>
|
||||||
|
<td><code>.panel-heading</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>.accordion-body</code></td>
|
||||||
|
<td><code>.panel-collapse</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>.accordion-inner</code></td>
|
||||||
|
<td><code>.panel-body</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>.alert-error</code></td>
|
||||||
|
<td><code>.alert-danger</code></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
</div><!-- /.table-responsive -->
|
||||||
|
|
||||||
<h2 id="migration-new">What's new</h2>
|
<h2 id="migration-new">What's new</h2>
|
||||||
<p>We've added new elements and changed some existing ones. Here are the new or updated styles.</p>
|
<p>We've added new elements and changed some existing ones. Here are the new or updated styles.</p>
|
||||||
|
|
Loading…
Reference in a new issue