mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add compability note to image styles
This commit is contained in:
parent
e8fd7e6c96
commit
7aaf141371
2 changed files with 2 additions and 2 deletions
|
@ -1531,7 +1531,7 @@ For example, <code>section</code> should be wrapped as inline.
|
|||
<h1>Images</h1>
|
||||
</div>
|
||||
|
||||
<p>Simple classes to easily style images in any project.</p>
|
||||
<p>Simple classes to easily style images in any project. Heads up: <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">
|
||||
<img src="http://placehold.it/140x140" class="img-rounded">
|
||||
<img src="http://placehold.it/140x140" class="img-circle">
|
||||
|
|
2
docs/templates/pages/base-css.mustache
vendored
2
docs/templates/pages/base-css.mustache
vendored
|
@ -1468,7 +1468,7 @@
|
|||
<h1>{{_i}}Images{{/i}}</h1>
|
||||
</div>
|
||||
|
||||
<p>Simple classes to easily style images in any project.</p>
|
||||
<p>{{_i}}Simple classes to easily style images in any project. Heads up: <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">
|
||||
<img src="http://placehold.it/140x140" class="img-rounded">
|
||||
<img src="http://placehold.it/140x140" class="img-circle">
|
||||
|
|
Loading…
Add table
Reference in a new issue