mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 09:34:36 +02:00
Remove back to top link from docs
This commit is contained in:
@@ -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 {
|
|||||||
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 {
|
|||||||
/* 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;
|
||||||
|
Reference in New Issue
Block a user