mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03: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:
+2
-2
@@ -1875,12 +1875,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