2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-30 15:24:08 +03:00

add image styles, for now to scaffolding (soon to own file)

This commit is contained in:
Mark Otto
2012-07-27 00:06:43 -07:00
parent 6474190746
commit 1e9b450619
5 changed files with 100 additions and 0 deletions
+25
View File
@@ -92,6 +92,7 @@
<li><a href="#tables">Tables <i class="icon-chevron-right"></i></a></li>
<li><a href="#forms">Forms <i class="icon-chevron-right"></i></a></li>
<li><a href="#buttons">Buttons <i class="icon-chevron-right"></i></a></li>
<li><a href="#images">Images <i class="icon-chevron-right"></i></a></li>
<li><a href="#icons">Icons by Glyphicons <i class="icon-chevron-right"></i></a></li>
</ul>
</div>
@@ -1517,6 +1518,30 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<!-- Images
================================================== -->
<section id="images">
<div class="page-header">
<h1>Images</h1>
</div>
<p>Simple classes to easily style images in any project.</p>
<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-circle">
<img src="http://placehold.it/140x140" class="img-polaroid">
</div>
<pre class="prettyprint linenums">
&lt;img src="..." class="img-rounded"&gt;
&lt;img src="..." class="img-circle"&gt;
&lt;img src="..." class="img-polaroid"&gt;
</pre>
</section>
<!-- Icons
================================================== -->
<section id="icons">