aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/components/jumbotron.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-12-04 19:18:29 -0800
committerChris Rebert <[email protected]>2014-12-04 19:18:29 -0800
commit0c5a5563b271a6a15db7452f8f4878d4bd797074 (patch)
tree5797ffeb3d82a32395e5553e90a5adf2a7ad1980 /docs/_includes/components/jumbotron.html
parentac49a0990689439be471752f6c5ea8a91256ad32 (diff)
parent44447eeefe61dbb16cab59900c3c061d9f207fbc (diff)
downloadbootstrap-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/jumbotron.html')
-rw-r--r--docs/_includes/components/jumbotron.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/components/jumbotron.html b/docs/_includes/components/jumbotron.html
index f5de9753e..b61ffe061 100644
--- a/docs/_includes/components/jumbotron.html
+++ b/docs/_includes/components/jumbotron.html
@@ -2,7 +2,7 @@
<h1 id="jumbotron" class="page-header">Jumbotron</h1>
<p>A lightweight, flexible component that can optionally extend the entire viewport to showcase key content on your site.</p>
- <div class="bs-example">
+ <div class="bs-example" data-example-id="simple-jumbotron">
<div class="jumbotron">
<h1>Hello, world!</h1>
<p>This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>