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 | |
| 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')
| -rw-r--r-- | docs/_includes/footer.html | 6 | ||||
| -rw-r--r-- | docs/_includes/nav-docs.html | 16 | ||||
| -rw-r--r-- | docs/_includes/social-buttons.html | 4 |
3 files changed, 13 insertions, 13 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> diff --git a/docs/_includes/nav-docs.html b/docs/_includes/nav-docs.html index 2dbee1ad3..b2c87ae51 100644 --- a/docs/_includes/nav-docs.html +++ b/docs/_includes/nav-docs.html @@ -1,4 +1,4 @@ -<header class="navbar navbar-static-top bs-docs-sidebar" id="top" role="banner"> +<header class="navbar navbar-static-top bd-sidebar" id="top" role="banner"> <a href="{{ site.baseurl }}/" class="navbar-brand"> Bootstrap </a> @@ -7,12 +7,12 @@ ☰ </button> - <form class="bs-docs-search hidden-sm-down"> + <form class="bd-search hidden-sm-down"> <input type="text" class="form-control" id="search-input" placeholder="Search..."> - <ul class="dropdown-menu bs-docs-search-results" id="search-results"></ul> + <ul class="dropdown-menu bd-search-results" id="search-results"></ul> </form> - <nav class="bs-docs-links collapse hidden-xs-down" id="docsNavbarContent"> + <nav class="bd-links collapse in hidden-xs-down" id="docsNavbarContent"> {% for group in site.data.nav %} {% assign link = group.pages | first %} {% assign slug = group.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' %} @@ -22,18 +22,18 @@ {% assign active = 'active' %} {% endif %} - <div class="bs-docs-toc-item {{ active }}"> - <a class="bs-docs-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}"> + <div class="bd-toc-item {{ active }}"> + <a class="bd-toc-link" href="{{ site.baseurl }}/{{ group.title | downcase | replace: ' ', '-' }}/{{ link.title | downcase | replace: ' ', '-' || page.title | downcase | replace: ' ', '-' }}"> {{ group.title }} </a> - <ul class="nav bs-docs-sidenav"> + <ul class="nav bd-sidenav"> {% for doc in group.pages %} {% assign slug = doc.title | downcase | replace: ' ', '-' %} {% assign active = nil %} {% if page.url contains slug %} - {% assign active = 'active bs-docs-sidenav-active' %} + {% assign active = 'active bd-sidenav-active' %} {% endif %} <li class="{{ active }}"> diff --git a/docs/_includes/social-buttons.html b/docs/_includes/social-buttons.html index 37e2ca28a..c20fcaa9e 100644 --- a/docs/_includes/social-buttons.html +++ b/docs/_includes/social-buttons.html @@ -1,5 +1,5 @@ -<div class="bs-docs-social"> - <ul class="bs-docs-social-buttons"> +<div class="bd-social"> + <ul class="bd-social-buttons"> <li> <iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&repo=bootstrap&type=watch&count=true" width="100" height="20" title="Star on GitHub"></iframe> </li> |
