Added scroll to top button

This commit is contained in:
BNoiZe
2013-10-01 21:52:43 +02:00
parent d55cccda39
commit b56149f3f3
4 changed files with 27 additions and 15 deletions

View File

@@ -929,4 +929,16 @@ label.nobr {
caption {
font-weight:700;
margin-bottom:.2em;
}
.scrollup {
width:40px;
height:40px;
opacity:0.3;
position:fixed;
bottom:15px;
left:100px;
display:none;
text-indent:-9999px;
background: url(../img/top.png) no-repeat;
}