Commit 40a1bcea authored by Chris Rebert's avatar Chris Rebert

Merge pull request #9789 from thgh/patch-2

Fix well class names in migration section of getting-started.html
parents 25d9b2ad 5e2569f1
...@@ -545,7 +545,7 @@ bootstrap/ ...@@ -545,7 +545,7 @@ bootstrap/
</tr> </tr>
<tr> <tr>
<td>Well sizes</td> <td>Well sizes</td>
<td><code>.well-small</code> <code>.well-large</code></td> <td><code>.well-sm</code> <code>.well-lg</code></td>
</tr> </tr>
<tr> <tr>
<td>Alert links</td> <td>Alert links</td>
......
Markdown is supported
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