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/components/wells.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/components/wells.html')
| -rw-r--r-- | docs/_includes/components/wells.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/components/wells.html b/docs/_includes/components/wells.html index 56e5fa098..53eae2dde 100644 --- a/docs/_includes/components/wells.html +++ b/docs/_includes/components/wells.html @@ -3,7 +3,7 @@ <h3>Default well</h3> <p>Use the well as a simple effect on an element to give it an inset effect.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="default-well"> <div class="well"> Look, I'm in a well! </div> @@ -13,7 +13,7 @@ {% endhighlight %} <h3>Optional classes</h3> <p>Control padding and rounded corners with two optional modifier classes.</p> - <div class="bs-example"> + <div class="bs-example" data-example-id="large-well"> <div class="well well-lg"> Look, I'm in a large well! </div> @@ -22,7 +22,7 @@ <div class="well well-lg">...</div> {% endhighlight %} - <div class="bs-example"> + <div class="bs-example" data-example-id="small-well"> <div class="well well-sm"> Look, I'm in a small well! </div> |
