mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 13:30:23 +00:00
#1697: update upgrading docs to include mention of no more secondary class in modals
This commit is contained in:
parent
f29e3263b0
commit
dfcb2d1ed8
3 changed files with 2 additions and 0 deletions
Binary file not shown.
1
docs/templates/pages/upgrading.mustache
vendored
1
docs/templates/pages/upgrading.mustache
vendored
|
|
@ -76,6 +76,7 @@
|
|||
<li>{{_i}}IE9: removed gradients and added rounded corners{{/i}}</li>
|
||||
<li>{{_i}}Updated active state to make styling clearer in button groups (new) and look better with custom transition{{/i}}</li>
|
||||
<li>{{_i}}New mixin, <code>.buttonBackground</code>, to set button gradients{{/i}}</li>
|
||||
<li>{{_i}}The <code>.secondary</code> class was removed from modal examples in our docs as it never had associated styles.{{/i}}</li>
|
||||
</ul>
|
||||
<h3>{{_i}}Forms{{/i}}</h3>
|
||||
<ul>
|
||||
|
|
|
|||
|
|
@ -152,6 +152,7 @@
|
|||
<li>IE9: removed gradients and added rounded corners</li>
|
||||
<li>Updated active state to make styling clearer in button groups (new) and look better with custom transition</li>
|
||||
<li>New mixin, <code>.buttonBackground</code>, to set button gradients</li>
|
||||
<li>The <code>.secondary</code> class was removed from modal examples in our docs as it never had associated styles.</li>
|
||||
</ul>
|
||||
<h3>Forms</h3>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Reference in a new issue