diff options
| author | Mark Otto <[email protected]> | 2012-07-27 00:06:43 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-27 00:06:43 -0700 |
| commit | 1e9b4506196bd448c4038151964733ca524c10bb (patch) | |
| tree | 8319aa3432fe4b80d57fc2f3907b0dfa4789bae8 /docs/base-css.html | |
| parent | 6474190746fd163375200119b9d2cc7066e05d43 (diff) | |
| download | bootstrap-1e9b4506196bd448c4038151964733ca524c10bb.tar.xz bootstrap-1e9b4506196bd448c4038151964733ca524c10bb.zip | |
add image styles, for now to scaffolding (soon to own file)
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 9aa012083..4f0df407d 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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"> |
