diff options
| author | Cyrus Stoller <[email protected]> | 2013-12-04 01:16:33 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-04 10:42:58 -0800 |
| commit | 4031f5ee82c2a63b6ae30320aab76083c6a488b5 (patch) | |
| tree | 345a61b6de88f002bf76548dd9a9a9718abdfb83 /getting-started.html | |
| parent | 7b945ad29641444133f3fb8db2b8f3e94332c3f1 (diff) | |
| download | bootstrap-4031f5ee82c2a63b6ae30320aab76083c6a488b5.tar.xz bootstrap-4031f5ee82c2a63b6ae30320aab76083c6a488b5.zip | |
Add a migration tip for .label-important to .label-danger
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/getting-started.html b/getting-started.html index bf9ec6cf4..18f89adc3 100644 --- a/getting-started.html +++ b/getting-started.html @@ -461,6 +461,10 @@ bootstrap/ <td><code>.label .label-default</code></td> </tr> <tr> + <td><code>.label-important</code></td> + <td><code>.label-danger</code></td> + </tr> + <tr> <td><code>.text-error</code></td> <td><code>.text-danger</code></td> </tr> |
