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/footer.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/footer.html')
| -rw-r--r-- | docs/_includes/footer.html | 2 |
1 files changed, 1 insertions, 1 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> |
