aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/wells.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-24 17:09:32 -0800
committerChris Rebert <[email protected]>2014-11-24 17:09:32 -0800
commit44447eeefe61dbb16cab59900c3c061d9f207fbc (patch)
tree525d43bc16fc00e4d7972c4e3dcc585a1b3f66a3 /docs/_includes/components/wells.html
parentc022d88ac5674410fbba00c1c869c4da16fc0067 (diff)
downloadbootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.tar.xz
bootstrap-44447eeefe61dbb16cab59900c3c061d9f207fbc.zip
Give all embedded live docs examples data-example-id attrs
Refs #11410
Diffstat (limited to 'docs/_includes/components/wells.html')
-rw-r--r--docs/_includes/components/wells.html6
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>