diff options
| author | Mark Otto <[email protected]> | 2015-04-16 14:07:20 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-04-16 14:07:20 -0700 |
| commit | c84cf4f7f5187e607e1c5a921d7a7b8166e66def (patch) | |
| tree | 8e4b6d63554fb3cbba79e3f89b0b31a4b21b779a /docs/_includes/footer.html | |
| parent | 3c9368124507ce2d643a471e71b1ed13c9232435 (diff) | |
| download | bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.tar.xz bootstrap-c84cf4f7f5187e607e1c5a921d7a7b8166e66def.zip | |
rename classes from .bs-docs and .bs to .bd
Diffstat (limited to 'docs/_includes/footer.html')
| -rw-r--r-- | docs/_includes/footer.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index ea9b63af1..b9a64c317 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,7 +1,7 @@ <!-- Footer ================================================== --> -<footer class="bs-docs-footer" role="contentinfo"> - <div class="bs-docs-container"> +<footer class="bd-footer" role="contentinfo"> + <div class="bd-container"> {% include social-buttons.html %} <p> @@ -10,7 +10,7 @@ Code licensed <a rel="license" href="https://github.com/twbs/bootstrap/blob/master/LICENSE" target="_blank">MIT</a>, docs <a rel="license" href="https://creativecommons.org/licenses/by/3.0/" target="_blank">CC BY 3.0</a>. </p> - <ul class="bs-docs-footer-links text-muted"> + <ul class="bd-footer-links text-muted"> <li>Currently v{{ site.current_version }}</li> <li>·</li> <li><a href="{{ site.repo }}">GitHub</a></li> |
