aboutsummaryrefslogtreecommitdiff
path: root/docs/migration.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/migration.html')
-rw-r--r--docs/migration.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/migration.html b/docs/migration.html
index ff856140d..5a1e1a012 100644
--- a/docs/migration.html
+++ b/docs/migration.html
@@ -42,6 +42,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>.navbar-brand</code></td>
</tr>
<tr>
+ <td><code>.navbar .nav</code></td>
+ <td><code>.navbar-nav</code></td>
+ </tr>
+ <tr>
<td><code>.nav-collapse</code></td>
<td><code>.navbar-collapse</code></td>
</tr>
@@ -410,6 +414,11 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<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 -->