aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-11-21 23:29:20 -0800
committerMark Otto <[email protected]>2012-11-21 23:29:20 -0800
commit8df2811d4981f5b3cc9291ac1c8c7fddb41427c6 (patch)
tree875ee0d7818e25573991faf9ea884e45671a7856 /docs
parent8b417c39e7d5b10a1ef54c54c225858857cff5e3 (diff)
downloadbootstrap-8df2811d4981f5b3cc9291ac1c8c7fddb41427c6.tar.xz
bootstrap-8df2811d4981f5b3cc9291ac1c8c7fddb41427c6.zip
Simpler footer for docs
* Remove back to top link (ya'll are lazy :P) * Center text * Decrease vertical padding
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/css/docs.css7
-rw-r--r--docs/base-css.html1
-rw-r--r--docs/components.html1
-rw-r--r--docs/customize.html1
-rw-r--r--docs/extend.html1
-rw-r--r--docs/getting-started.html1
-rw-r--r--docs/index.html1
-rw-r--r--docs/javascript.html1
-rw-r--r--docs/scaffolding.html1
-rw-r--r--docs/templates/layout.mustache1
10 files changed, 2 insertions, 14 deletions
diff --git a/docs/assets/css/docs.css b/docs/assets/css/docs.css
index 119a30528..e6e7a7c99 100644
--- a/docs/assets/css/docs.css
+++ b/docs/assets/css/docs.css
@@ -299,7 +299,8 @@ only screen and ( -o-min-device-pixel-ratio: 2/1) {
-------------------------------------------------- */
.footer {
- padding: 70px 0;
+ text-align: center;
+ padding: 30px 0;
margin-top: 70px;
border-top: 1px solid #e5e5e5;
background-color: #f5f5f5;
@@ -1024,8 +1025,4 @@ form.bs-docs-example {
padding-top: 20px;
padding-bottom: 20px;
}
- /* Unfloat the back to top in footer to prevent odd text wrapping */
- .footer .pull-right {
- float: none;
- }
}
diff --git a/docs/base-css.html b/docs/base-css.html
index fa41612d8..fee6fc897 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -2145,7 +2145,6 @@ For example, &lt;code&gt;&lt;section&gt;&lt;/code&gt; should be wrapped as inlin
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/components.html b/docs/components.html
index a99a96b9b..5cda4f168 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -2561,7 +2561,6 @@ class="clearfix"
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/customize.html b/docs/customize.html
index 7b465b859..b2eddc592 100644
--- a/docs/customize.html
+++ b/docs/customize.html
@@ -469,7 +469,6 @@
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/extend.html b/docs/extend.html
index 7cca345e6..31c0def84 100644
--- a/docs/extend.html
+++ b/docs/extend.html
@@ -245,7 +245,6 @@
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/getting-started.html b/docs/getting-started.html
index 614250844..17c11e5f1 100644
--- a/docs/getting-started.html
+++ b/docs/getting-started.html
@@ -323,7 +323,6 @@
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/index.html b/docs/index.html
index 94a18c68a..30fd05590 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -176,7 +176,6 @@
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/javascript.html b/docs/javascript.html
index b40422ae3..ef8d62a34 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -1706,7 +1706,6 @@ $('[data-spy="affix"]').each(function () {
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/scaffolding.html b/docs/scaffolding.html
index f63aa9003..31f2f986a 100644
--- a/docs/scaffolding.html
+++ b/docs/scaffolding.html
@@ -557,7 +557,6 @@
================================================== -->
<footer class="footer">
<div class="container">
- <p class="pull-right"><a href="#">Back to top</a></p>
<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>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>.</p>
<p><a href="http://glyphicons.com">Glyphicons Free</a> licensed under <a href="http://creativecommons.org/licenses/by/3.0/">CC BY 3.0</a>.</p>
diff --git a/docs/templates/layout.mustache b/docs/templates/layout.mustache
index db4196033..d0039b346 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>