Merge pull request #471 from pixelroot/master

Theme Smoothly
This commit is contained in:
Alex 2012-09-14 00:54:54 -07:00
commit 2a404ae6dd
3 changed files with 8 additions and 8 deletions

View File

@ -58,9 +58,8 @@
</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 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">

View File

@ -3,7 +3,7 @@
Smoothly
Created by Anne Walk and Devlon Duthie on 2011-09-24
Modified by alex@friendica.pixelbits.de on 2012-09-13
Modified by alex@friendica.pixelbits.de on 2012-09-14
** Colors **
@ -371,7 +371,8 @@ nav #banner #logo-text a {
nav #user-menu {
display: block;
width: 190px;
width: auto;
min-width: 190px;
float: right;
margin-right: 5px;
margin-top: 4px;
@ -3756,8 +3757,8 @@ hr.line-dots {
----------------------------------------------------------- */
#scrollup {
position: fixed;
right: 5px;
bottom: 5px;
right: 1px;
bottom: 30px;
z-index: 100;
}

View File

@ -2,7 +2,7 @@
/*
* Name: Smoothly
* Description: Theme optimized for iPad[2]
* Description: Like coffee with milk. Theme works fine with iPad[2].
* Version: 0.7
* Author: Alex <https://friendica.pixelbits.de/profile/alex>
* Maintainer: Alex <https://friendica.pixelbits.de/profile/alex>