diff options
| author | Mark Otto <[email protected]> | 2013-08-12 21:30:57 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-12 21:30:57 -0700 |
| commit | 8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0 (patch) | |
| tree | 9bdf81715ff8846f9d881774d7fd046e92c5752c /css.html | |
| parent | 49576704ea6c24fbc4cb32f44c5986a1e7714634 (diff) | |
| parent | f111c3e763b4a3e10efe0da4e41cd5b4847a2b74 (diff) | |
| download | bootstrap-8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0.tar.xz bootstrap-8aecfb4e3f7661b8df9145e6b20f9b555fbf8cd0.zip | |
Merge pull request #9396 from twbs/docs-html-validation
add HTML5 validation of docs pages to the build
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2012,9 +2012,9 @@ For example, <code><section></code> should be wrapped as inline. <p>Keep in mind that Internet Explorer 8 lacks support for rounded corners.</p> </div> <div class="bs-example bs-example-images"> - <img data-src="holder.js/140x140" class="img-rounded" alt="A generic square placeholder image with rounded corners"> - <img data-src="holder.js/140x140" class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible"> - <img data-src="holder.js/140x140" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera"> + <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-rounded" alt="A generic square placeholder image with rounded corners"> + <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible"> + <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera"> </div> {% highlight html %} <img src="..." alt="..." class="img-rounded"> |
