]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Remove back to top link from docs
authorMark Otto <otto@github.com>
Sun, 28 Jul 2013 02:50:33 +0000 (19:50 -0700)
committerMark Otto <otto@github.com>
Sun, 28 Jul 2013 02:50:33 +0000 (19:50 -0700)
_layouts/default.html
assets/css/docs.css

index 556c0fe1d65c4c5406d4a82b879f1eb351438617..67b81b9e8750fd43d7429f25f81e18d1e03f98af 100644 (file)
@@ -48,9 +48,6 @@
 
     </div>
 
-    <!-- Quick back to top -->
-    <a href="#" class="bs-top">Back to top</a>
-
     <!-- Footer
     ================================================== -->
     <footer class="bs-footer">
index 84cd801503ce0450331181db4a209cf094575116..5228cad6347a3861a7d496c39be17dda9f5e145c 100644 (file)
@@ -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;