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:
@@ -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, <code>section</code> 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">
|
||||
<img src="..." class="img-rounded">
|
||||
<img src="..." class="img-circle">
|
||||
<img src="..." class="img-polaroid">
|
||||
</pre>
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
|
||||
|
||||
<!-- Icons
|
||||
================================================== -->
|
||||
<section id="icons">
|
||||
|
||||
Reference in New Issue
Block a user