diff options
| author | Mark Otto <[email protected]> | 2012-07-09 21:13:33 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-07-09 21:13:33 -0700 |
| commit | f4877c236968ba61ac76f4862bba49e0354c60e5 (patch) | |
| tree | ca3b3b45e716b307484757c5476681342217e684 /docs/javascript.html | |
| parent | 148e5a3d899d5c2d395e2d5749b755efeef2cd38 (diff) | |
| download | bootstrap-f4877c236968ba61ac76f4862bba49e0354c60e5.tar.xz bootstrap-f4877c236968ba61ac76f4862bba49e0354c60e5.zip | |
fix up docs popover examples and copy
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 888391ba5..c17af37cd 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -863,8 +863,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { </div> <h2>Examples</h2> - <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover.</p> - <p class="muted"><strong>*</strong> Requires <a href="#tooltips">Tooltip</a> to be included</p> + <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information. Hover over the button to trigger the popover. <strong>Requires <a href="#tooltips">Tooltip</a> to be included.</strong></p> <h3>Static popover</h3> <p>Four options are available: top, right, bottom, and left aligned.</p> |
