Commit 7b6f85c1 authored by Mark Otto's avatar Mark Otto

Remove back to top link from docs

parent ce573787
...@@ -48,9 +48,6 @@ ...@@ -48,9 +48,6 @@
</div> </div>
<!-- Quick back to top -->
<a href="#" class="bs-top">Back to top</a>
<!-- Footer <!-- Footer
================================================== --> ================================================== -->
<footer class="bs-footer"> <footer class="bs-footer">
......
...@@ -749,11 +749,6 @@ input.focused { ...@@ -749,11 +749,6 @@ input.focused {
margin-bottom: 5px; margin-bottom: 5px;
} }
/* Hide the top link initially */
.bs-top {
display: none;
}
/* Responsive variations /* Responsive variations
-------------------------------------------------- */ -------------------------------------------------- */
...@@ -768,26 +763,6 @@ input.focused { ...@@ -768,26 +763,6 @@ input.focused {
/* Tablets and up */ /* Tablets and up */
@media screen and (min-width: 768px) { @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 { .bs-header {
font-size: 21px; font-size: 21px;
text-align: left; text-align: left;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment