diff options
| author | Mark Otto <[email protected]> | 2013-09-23 19:10:38 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-09-23 19:10:38 -0700 |
| commit | 9ce142ca1296ca4b8349f474f1c044e29cc4b69f (patch) | |
| tree | 31a2eaa83b7a7e1b171353425fc01a2e0d18b6a4 | |
| parent | 62c9199dc51ca674fb836d67eb2c5158d740514a (diff) | |
| parent | 29935e4e26df6768e8bd710dbd33a3c5fb757153 (diff) | |
| download | bootstrap-9ce142ca1296ca4b8349f474f1c044e29cc4b69f.tar.xz bootstrap-9ce142ca1296ca4b8349f474f1c044e29cc4b69f.zip | |
Merge pull request #10768 from twbs/polaroid-thumbnail-docs
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 4cc0aa4fe..8c0d9d2a3 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> |
