diff options
| author | XhmikosR <[email protected]> | 2014-11-20 10:27:42 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-20 10:27:42 +0200 |
| commit | 0c816d910d56d7526e8d7db152640fc78acef0c1 (patch) | |
| tree | 3edebf8a24354d5b9f65d03d9c0a70916972821f /docs/_includes/js/tooltips.html | |
| parent | af77842ce74a21a59bf7a765a47edaf72c9395c4 (diff) | |
| parent | a1b8aa351edd80a7c0e7176b69b8087c126a34cd (diff) | |
| download | bootstrap-0c816d910d56d7526e8d7db152640fc78acef0c1.tar.xz bootstrap-0c816d910d56d7526e8d7db152640fc78acef0c1.zip | |
Merge pull request #15159 from twbs/docs-muted
Clean up old `muted` references and switch to `text-muted`.
Diffstat (limited to 'docs/_includes/js/tooltips.html')
| -rw-r--r-- | docs/_includes/js/tooltips.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 5f5de7794..ae553e0df 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -6,8 +6,7 @@ <h2 id="tooltips-examples">Examples</h2> <p>Hover over the links below to see tooltips:</p> <div class="bs-example tooltip-demo"> - <p class="muted" style="margin-bottom: 0;">Tight pants next level keffiyeh <a href="#" data-toggle="tooltip" title="Default tooltip">you probably</a> haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <a href="#" data-toggle="tooltip" title="Another tooltip">have a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan <a href="#" data-toggle="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy Austin <a href="#" data-toggle="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral. - </p> + <p>Tight pants next level keffiyeh <a href="#" data-toggle="tooltip" title="Default tooltip">you probably</a> haven't heard of them. Photo booth beard raw denim letterpress vegan messenger bag stumptown. Farm-to-table seitan, mcsweeney's fixie sustainable quinoa 8-bit american apparel <a href="#" data-toggle="tooltip" title="Another tooltip">have a</a> terry richardson vinyl chambray. Beard stumptown, cardigans banh mi lomo thundercats. Tofu biodiesel williamsburg marfa, four loko mcsweeney's cleanse vegan chambray. A really ironic artisan <a href="#" data-toggle="tooltip" title="Another one here too">whatever keytar</a>, scenester farm-to-table banksy Austin <a href="#" data-toggle="tooltip" title="The last tip!">twitter handle</a> freegan cred raw denim single-origin coffee viral.</p> </div><!-- /example --> <h3>Static tooltip</h3> |
