diff options
| author | Mark Otto <[email protected]> | 2013-01-17 20:16:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-01-17 20:16:04 -0800 |
| commit | ca74b9882b1c2029bfd0d091fd372007b9dc7420 (patch) | |
| tree | ae7a97d901a0ffad6d8dfe3ec99c1c563b1ecabe /docs/templates | |
| parent | 89b6477bdc3c86a59c22a62778a6879c220c5df5 (diff) | |
| download | bootstrap-ca74b9882b1c2029bfd0d091fd372007b9dc7420.tar.xz bootstrap-ca74b9882b1c2029bfd0d091fd372007b9dc7420.zip | |
Change .img-polaroid to .img-thumbnail
* Same code, but different classes was confusing
* Now .img-thumbnail just extends .thumbnail
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/css.mustache | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index 4073d3d3d..23a26b06e 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1814,12 +1814,12 @@ For example, <code>&lt;section&gt;</code> should be wrapped <div class="bs-docs-example bs-docs-example-images"> <img data-src="holder.js/140x140" class="img-rounded"> <img data-src="holder.js/140x140" class="img-circle"> - <img data-src="holder.js/140x140" class="img-polaroid"> + <img data-src="holder.js/140x140" class="img-thumbnail"> </div> <pre class="prettyprint linenums"> <img src="..." class="img-rounded"> <img src="..." class="img-circle"> -<img src="..." class="img-polaroid"> +<img src="..." class="img-thumbnail"> </pre> </section> |
