diff options
| author | thgh <[email protected]> | 2013-08-18 19:54:28 +0200 |
|---|---|---|
| committer | thgh <[email protected]> | 2013-08-18 19:54:28 +0200 |
| commit | 5e2569f15bec7303a77f48a7dd079de8a8d4fa15 (patch) | |
| tree | de7e889aa2e862f8fb0526593699834637a52af1 | |
| parent | d7eee9bd6ecbe4724ef0f9644edb92a9ede91bee (diff) | |
| download | bootstrap-5e2569f15bec7303a77f48a7dd079de8a8d4fa15.tar.xz bootstrap-5e2569f15bec7303a77f48a7dd079de8a8d4fa15.zip | |
Fix well class names in migration section of 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> |
