diff options
| author | Chris Rebert <[email protected]> | 2014-12-04 19:18:29 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-12-04 19:18:29 -0800 |
| commit | 0c5a5563b271a6a15db7452f8f4878d4bd797074 (patch) | |
| tree | 5797ffeb3d82a32395e5553e90a5adf2a7ad1980 /docs/_includes/css/images.html | |
| parent | ac49a0990689439be471752f6c5ea8a91256ad32 (diff) | |
| parent | 44447eeefe61dbb16cab59900c3c061d9f207fbc (diff) | |
| download | bootstrap-0c5a5563b271a6a15db7452f8f4878d4bd797074.tar.xz bootstrap-0c5a5563b271a6a15db7452f8f4878d4bd797074.zip | |
Merge pull request #15214 from twbs/example-ids
Give all embedded live docs examples data-example-id attrs
[skip sauce]
Diffstat (limited to 'docs/_includes/css/images.html')
| -rw-r--r-- | docs/_includes/css/images.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/images.html b/docs/_includes/css/images.html index 711608912..73516afba 100644 --- a/docs/_includes/css/images.html +++ b/docs/_includes/css/images.html @@ -17,7 +17,7 @@ <h4>Cross-browser compatibility</h4> <p>Keep in mind that Internet Explorer 8 lacks support for rounded corners.</p> </div> - <div class="bs-example bs-example-images"> + <div class="bs-example bs-example-images" data-example-id="image-shapes"> <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"> |
