diff options
| author | Chris Rebert <[email protected]> | 2013-09-23 12:06:33 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-23 12:06:33 -0700 |
| commit | 29935e4e26df6768e8bd710dbd33a3c5fb757153 (patch) | |
| tree | 9fa6c7bd989a4340bcfb2e7b7c55e2571cd4de4a | |
| parent | 229469e0598a230c8b11890d128a57618df838d4 (diff) | |
| download | bootstrap-29935e4e26df6768e8bd710dbd33a3c5fb757153.tar.xz bootstrap-29935e4e26df6768e8bd710dbd33a3c5fb757153.zip | |
fix #10767; current .img-thumbnail is equivalent to old .img-polaroid
| -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 80069c45c..96aea1066 100644 --- a/getting-started.html +++ b/getting-started.html @@ -414,7 +414,7 @@ bootstrap/ <td><code>.input-group-addon</code></td> </tr> <tr> - <td><code>.thumbnail</code></td> + <td><code>.img-polaroid</code></td> <td><code>.img-thumbnail</code></td> </tr> <tr> |
