Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2014-02-09 11:24:16 +0400
committerMark Otto <otto@github.com>2014-02-09 11:24:38 +0400
commit0d49920e0dd08643238aabad11783d58ee72798d (patch)
tree404376db146a6505b2ab84ec4b3e3dc151e5b542 /docs/_includes
parent769339ed18afbaf24121e1b4e5a12d0b6f1d1828 (diff)
Fixes #12610: Better and more consistent prefixing of docs CSS with .bs-docs-
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/footer.html4
-rw-r--r--docs/_includes/social-buttons.html4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html
index c5edb3e653..6d626a198f 100644
--- a/docs/_includes/footer.html
+++ b/docs/_includes/footer.html
@@ -1,13 +1,13 @@
<!-- Footer
================================================== -->
-<footer class="bs-footer" role="contentinfo">
+<footer class="bs-docs-footer" role="contentinfo">
<div class="container">
{% include social-buttons.html %}
<p>Designed and built with all the love in the world by <a href="http://twitter.com/mdo" target="_blank">@mdo</a> and <a href="http://twitter.com/fat" target="_blank">@fat</a>.</p>
<p>Maintained by the <a href="https://github.com/twbs?tab=members">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="footer-links muted">
+ <ul class="bs-docs-footer-links muted">
<li>Currently v{{ site.current_version }}</li>
<li>&middot;</li>
<li><a href="{{ site.repo }}">GitHub</a></li>
diff --git a/docs/_includes/social-buttons.html b/docs/_includes/social-buttons.html
index 2019875e30..9e0a1505e4 100644
--- a/docs/_includes/social-buttons.html
+++ b/docs/_includes/social-buttons.html
@@ -1,5 +1,5 @@
-<div class="bs-social">
- <ul class="bs-social-buttons">
+<div class="bs-docs-social">
+ <ul class="bs-docs-social-buttons">
<li>
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=twbs&amp;repo=bootstrap&amp;type=watch&amp;count=true" width="100" height="20" title="Star on GitHub"></iframe>
</li>