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>2012-11-22 11:29:20 +0400
committerMark Otto <otto@github.com>2012-11-22 11:29:20 +0400
commit8df2811d4981f5b3cc9291ac1c8c7fddb41427c6 (patch)
tree875ee0d7818e25573991faf9ea884e45671a7856 /docs/templates/layout.mustache
parent8b417c39e7d5b10a1ef54c54c225858857cff5e3 (diff)
Simpler footer for docs
* Remove back to top link (ya'll are lazy :P) * Center text * Decrease vertical padding
Diffstat (limited to 'docs/templates/layout.mustache')
-rw-r--r--docs/templates/layout.mustache1
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index db41960339..d0039b3469 100644
--- a/docs/templates/layout.mustache
+++ b/docs/templates/layout.mustache
@@ -89,7 +89,6 @@
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">{{_i}}Back to top{{/i}}</a></p>
<p>{{_i}}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>.{{/i}}</p>
<p>{{_i}}Code licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0" target="_blank">Apache License v2.0</a>, documentation under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>
<p>{{_i}}<a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.{{/i}}</p>