diff options
| author | Mark Otto <[email protected]> | 2012-02-05 00:25:40 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-05 00:25:40 -0800 |
| commit | dfcb2d1ed83e2c1bc76b4646ba28dccae4205d08 (patch) | |
| tree | ecd945deb7f5bc8bd4cc024129f859b9ac5e6563 /docs/templates | |
| parent | f29e3263b04fd2ecbd42e864e03abc15439b4a1b (diff) | |
| download | bootstrap-dfcb2d1ed83e2c1bc76b4646ba28dccae4205d08.tar.xz bootstrap-dfcb2d1ed83e2c1bc76b4646ba28dccae4205d08.zip | |
#1697: update upgrading docs to include mention of no more secondary class in modals
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/upgrading.mustache | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/pages/upgrading.mustache b/docs/templates/pages/upgrading.mustache index 56b0d4bf7..23a53da0e 100644 --- a/docs/templates/pages/upgrading.mustache +++ b/docs/templates/pages/upgrading.mustache @@ -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> |
