aboutsummaryrefslogtreecommitdiff
path: root/assets/css/docs.css
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 /assets/css/docs.css
parentce5737870545b908da0dd0744906edd12a9c126c (diff)
downloadbootstrap-7b6f85c1799ea05471d955e2148a3bf9d7b3b541.tar.xz
bootstrap-7b6f85c1799ea05471d955e2148a3bf9d7b3b541.zip
Remove back to top link from docs
Diffstat (limited to 'assets/css/docs.css')
-rw-r--r--assets/css/docs.css25
1 files changed, 0 insertions, 25 deletions
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;