diff options
| author | Chris Rebert <[email protected]> | 2014-11-24 17:09:32 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-11-24 17:09:32 -0800 |
| commit | 44447eeefe61dbb16cab59900c3c061d9f207fbc (patch) | |
| tree | 525d43bc16fc00e4d7972c4e3dcc585a1b3f66a3 /docs/_includes/css/images.html | |
| parent | c022d88ac5674410fbba00c1c869c4da16fc0067 (diff) | |
| download | bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.tar.xz bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.zip | |
Give all embedded live docs examples data-example-id attrs
Refs #11410
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"> |
