diff options
| author | Chris Rebert <[email protected]> | 2013-08-18 10:57:23 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-18 10:57:23 -0700 |
| commit | 40a1bcea7d16820adb8f12197f34438a11eff7d9 (patch) | |
| tree | 536080519a73e88ac74322398d696c472af8ddff /getting-started.html | |
| parent | 25d9b2ad4935557ebf869a4cf850ad889e04c45e (diff) | |
| parent | 5e2569f15bec7303a77f48a7dd079de8a8d4fa15 (diff) | |
| download | bootstrap-40a1bcea7d16820adb8f12197f34438a11eff7d9.tar.xz bootstrap-40a1bcea7d16820adb8f12197f34438a11eff7d9.zip | |
Merge pull request #9789 from thgh/patch-2
Fix well class names in migration section of getting-started.html
Diffstat (limited to 'getting-started.html')
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 30e55299e..83c2583ce 100644 --- a/getting-started.html +++ b/getting-started.html @@ -545,7 +545,7 @@ bootstrap/ </tr> <tr> <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> <td>Alert links</td> |
