diff options
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> |
