Skip to content

Commit

Permalink
fix #13337 by mentioning removal of .progress-* contextual classes
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Apr 18, 2014
1 parent 99b5405 commit 573ad10
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/migration.html
Expand Up @@ -410,6 +410,11 @@ <h2 id="dropped">What's removed</h2>
<td><code>.help-inline</code></td>
<td>No exact equivalent, but <code>.help-block</code> is similar.</td>
</tr>
<tr>
<td>Non-bar-level progress colors</td>
<td><code>.progress-info</code> <code>.progress-success</code> <code>.progress-warning</code> <code>.progress-danger</code></td>
<td>Use <code>.progress-bar-*</code> on the <code>.progress-bar</code> instead.</td>
</tr>
</tbody>
</table>
</div><!-- /.table-responsive -->
Expand Down

0 comments on commit 573ad10

Please sign in to comment.