aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/wells.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-01-18 12:24:29 -0800
committerMark Otto <[email protected]>2015-01-18 12:24:29 -0800
commit1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f (patch)
tree7a63ae1a434fae8cb51835fafd1b531d5f5da64e /docs/_includes/components/wells.html
parentdbe47654160d389c6991a312c9cecd2eeb9b6122 (diff)
parent22b79dae3c9307c329e6722ff1be8aa0a4143812 (diff)
downloadbootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.tar.xz
bootstrap-1bf1ba7103cf4de0364dfd8ec78a31eb813d7b8f.zip
Merge branch 'master' into pr/15278
Conflicts: dist/css/bootstrap.css.map dist/css/bootstrap.min.css docs/assets/js/customize.min.js docs/assets/js/raw-files.min.js docs/dist/css/bootstrap.css.map docs/dist/css/bootstrap.min.css
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>