Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
englishextra committed Feb 10, 2019
1 parent ffd98fd commit a724c29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -322,13 +322,13 @@
}
}

/*! @import "ui-totop"; */
/*! @import "btn-totop"; */

/**
* github.com/sksmatt/UItoTop-jQuery-Plugin/
*/

#ui-totop {
#btn-totop {
width: 33.000pt;
height: 33.000pt;
position: fixed;
Expand All @@ -349,7 +349,7 @@
z-index: 999;
}

#ui-totop-hover {
#btn-totop-hover {
display: block;
float: left;
width: 33.000pt;
Expand All @@ -363,7 +363,7 @@
background-repeat: no-repeat;
}

#ui-totop:hover {
#btn-totop:hover {
background-color: rgba(220, 220, 220, 0.5);
}

Expand Down Expand Up @@ -1257,7 +1257,7 @@ <h2>Setup</h2>
})
})(window, document, document.getElementById("chapters-select") || "");
/*!
* init ui-totop
* init btn-totop
*/
(function (w, d, b, u, v) {
var a = d.createElement("a");
Expand All @@ -1279,7 +1279,7 @@ <h2>Setup</h2>
btn && (o > h ? (btn.style.visibility = "visible", btn.style.opacity = 1) : (btn.style.visibility = "hidden", btn.style.opacity = 0));
};
}
(window, document, document.getElementsByTagName("body")[0] || document.documentElement, "ui-totop", "ui-totop-hover"));
(window, document, document.getElementsByTagName("body")[0] || document.documentElement, "btn-totop", "btn-totop-hover"));
/*!
* show page, finish ToProgress
*/
Expand Down

0 comments on commit a724c29

Please sign in to comment.