mirror of
https://github.com/jasny/bootstrap.git
synced 2026-02-12 15:05:06 -05:00
Change .img-polaroid to .img-thumbnail
* Same code, but different classes was confusing * Now .img-thumbnail just extends .thumbnail
This commit is contained in:
4
docs/templates/pages/css.mustache
vendored
4
docs/templates/pages/css.mustache
vendored
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user