mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Remove back to top link from docs
This commit is contained in:
parent
ce57378705
commit
7b6f85c179
@ -48,9 +48,6 @@
|
||||
|
||||
</div>
|
||||
|
||||
<!-- Quick back to top -->
|
||||
<a href="#" class="bs-top">Back to top</a>
|
||||
|
||||
<!-- Footer
|
||||
================================================== -->
|
||||
<footer class="bs-footer">
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user