2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +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
@@ -21,6 +21,7 @@
<li><a href="#tables">{{_i}}Tables{{/i}} <i class="icon-chevron-right"></i></a></li>
<li><a href="#forms">{{_i}}Forms{{/i}} <i class="icon-chevron-right"></i></a></li>
<li><a href="#buttons">{{_i}}Buttons{{/i}} <i class="icon-chevron-right"></i></a></li>
<li><a href="#images">{{_i}}Images{{/i}} <i class="icon-chevron-right"></i></a></li>
<li><a href="#icons">{{_i}}Icons by Glyphicons{{/i}} <i class="icon-chevron-right"></i></a></li>
</ul>
</div>
@@ -1454,6 +1455,30 @@
<!-- Images
================================================== -->
<section id="images">
<div class="page-header">
<h1>{{_i}}Images{{/i}}</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">