modified: view/theme/smoothly/nav.tpl
modified: view/theme/smoothly/style.css
This commit is contained in:
parent
bff9c3d460
commit
d1984c4c64
2 changed files with 2 additions and 7 deletions
|
@ -58,11 +58,6 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div id="scrollup">
|
||||
<a href="#top"><img src="view/theme/smoothly/totop.png"
|
||||
alt="back to top" title="Back to top" /></a>
|
||||
</div>
|
||||
|
||||
<ul id="nav-notifications-template" style="display:none;" rel="template">
|
||||
<li class="{4}"><a href="{0}"><img src="{1}" height="24" width="24" alt="" />{2} <span class="notif-when">{3}</span></a></li>
|
||||
</ul>
|
||||
|
|
|
@ -3757,8 +3757,8 @@ hr.line-dots {
|
|||
----------------------------------------------------------- */
|
||||
#scrollup {
|
||||
position: fixed;
|
||||
right: 5px;
|
||||
bottom: 5px;
|
||||
right: 1px;
|
||||
bottom: 30px;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue