aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-27 19:50:33 -0700
committerMark Otto <[email protected]>2013-07-27 19:50:33 -0700
commit7b6f85c1799ea05471d955e2148a3bf9d7b3b541 (patch)
treea6c680c8fdf7ed5d8731a60b40a60177989e1ab4
parentce5737870545b908da0dd0744906edd12a9c126c (diff)
downloadbootstrap-7b6f85c1799ea05471d955e2148a3bf9d7b3b541.tar.xz
bootstrap-7b6f85c1799ea05471d955e2148a3bf9d7b3b541.zip
Remove back to top link from docs
-rw-r--r--_layouts/default.html3
-rw-r--r--assets/css/docs.css25
2 files changed, 0 insertions, 28 deletions
diff --git a/_layouts/default.html b/_layouts/default.html
index 556c0fe1d..67b81b9e8 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -48,9 +48,6 @@
</div>
- <!-- Quick back to top -->
- <a href="#" class="bs-top">Back to top</a>
-
<!-- Footer
================================================== -->
<footer class="bs-footer">
diff --git a/assets/css/docs.css b/assets/css/docs.css
index 84cd80150..5228cad63 100644
--- a/assets/css/docs.css
+++ b/assets/css/docs.css
@@ -749,11 +749,6 @@ input.focused {
margin-bottom: 5px;
}
-/* Hide the top link initially */
-.bs-top {
- display: none;
-}
-
/* Responsive variations
-------------------------------------------------- */
@@ -768,26 +763,6 @@ input.focused {
/* Tablets and up */
@media screen and (min-width: 768px) {
- /* Back to top link */
- .bs-top {
- display: block; /* Unhide */
- float: left;
- padding: 7px 15px;
- font-weight: 500;
- color: #999;
- background-color: #eee;
- border-radius: 4px;
- }
- .bs-top:hover {
- color: #fff;
- text-decoration: none;
- background-color: #999;
- }
- .bs-top.affix {
- position: fixed;
- right: 15px;
- bottom: 15px;
- }
.bs-header {
font-size: 21px;
text-align: left;