Commit 042f9e6e authored by jackson's avatar jackson
Browse files

FIX: #13355. Added .navbar-nav to migration change list.

parent 573ad10a
Showing with 4 additions and 0 deletions
+4 -0
......@@ -41,6 +41,10 @@ lead: "Guidance on how to upgrade from Bootstrap v2.x to v3.x with emphasis on m
<td><code>.brand</code></td>
<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>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment