diff options
| author | XhmikosR <[email protected]> | 2014-11-17 19:31:13 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2014-11-20 08:02:25 +0200 |
| commit | a1b8aa351edd80a7c0e7176b69b8087c126a34cd (patch) | |
| tree | 0edc35a86f5be29a08fdf5598926ffb162e31283 /docs/_includes | |
| parent | e7818e979f46da63a91146c7051e6aaef24288c8 (diff) | |
| download | bootstrap-a1b8aa351edd80a7c0e7176b69b8087c126a34cd.tar.xz bootstrap-a1b8aa351edd80a7c0e7176b69b8087c126a34cd.zip | |
Clean up old `muted` references and switch to `text-muted`.
Diffstat (limited to 'docs/_includes')
| -rw-r--r-- | docs/_includes/footer.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/tooltips.html | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index 24dfd26a5..23eadb220 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -7,7 +7,7 @@ <p>Designed and built with all the love in the world by <a href="https://twitter.com/mdo" target="_blank">@mdo</a> and <a href="https://twitter.com/fat" target="_blank">@fat</a>.</p> <p>Maintained by the <a href="https://github.com/orgs/twbs/people">core team</a> with the help of <a href="https://github.com/twbs/bootstrap/graphs/contributors">our contributors</a>.</p> <p>Code licensed under <a href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p> - <ul class="bs-docs-footer-links muted"> + <ul class="bs-docs-footer-links text-muted"> <li>Currently v{{ site.current_version }}</li> <li>·</li> <li><a href="{{ site.repo }}">GitHub</a></li> diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 12ffbb72e..be63a9338 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> |
