Commit 97247a15 authored by Erik van der Kolk's avatar Erik van der Kolk

Improve description for Images section

parent d8eb75d6
...@@ -1567,7 +1567,7 @@ For example, <code>section</code> should be wrapped as inline. ...@@ -1567,7 +1567,7 @@ For example, <code>section</code> should be wrapped as inline.
<h1>Images</h1> <h1>Images</h1>
</div> </div>
<p>Simple classes to easily style images in any project.</p> <p>Add the <code>.img-rounded</code>, <code>.img-circle</code> or <code>.img-polaroid</code> class to a <code>&lt;img&gt;</code> element to easily style images in any project.</p>
<p><span class="label label-info">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.</p> <p><span class="label label-info">Heads up!</span> <code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.</p>
<div class="bs-docs-example bs-docs-example-images"> <div class="bs-docs-example bs-docs-example-images">
<img src="http://placehold.it/140x140" class="img-rounded"> <img src="http://placehold.it/140x140" class="img-rounded">
......
...@@ -1504,8 +1504,8 @@ ...@@ -1504,8 +1504,8 @@
<h1>{{_i}}Images{{/i}}</h1> <h1>{{_i}}Images{{/i}}</h1>
</div> </div>
<p>{{_i}}Simple classes to easily style images in any project.</p> <p>{{_i}}Add the <code>.img-rounded</code>, <code>.img-circle</code> or <code>.img-polaroid</code> class to a <code>&lt;img&gt;</code> element to easily style images in any project.{{/i}}</p>
<p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> <code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.{{/i}}</p> <p><span class="label label-info">{{_i}}Heads up!{{/i}}</span> {{_i}}<code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.{{/i}}</p>
<div class="bs-docs-example bs-docs-example-images"> <div class="bs-docs-example bs-docs-example-images">
<img src="http://placehold.it/140x140" class="img-rounded"> <img src="http://placehold.it/140x140" class="img-rounded">
<img src="http://placehold.it/140x140" class="img-circle"> <img src="http://placehold.it/140x140" class="img-circle">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment