diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-05-03 07:57:40 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-05-03 07:57:40 +0200 |
commit | d72db2e1aa68833cbebc1c24ab4e1c6c9c966679 (patch) | |
tree | 2f1d6384b3f68c360861715e12dcf59a48145411 /view/theme/diabook/communityhome.tpl | |
parent | 2bfba93940e9b7eecca7ae3496f1fd24a7cb44f7 (diff) | |
download | volse-hubzilla-d72db2e1aa68833cbebc1c24ab4e1c6c9c966679.tar.gz volse-hubzilla-d72db2e1aa68833cbebc1c24ab4e1c6c9c966679.tar.bz2 volse-hubzilla-d72db2e1aa68833cbebc1c24ab4e1c6c9c966679.zip |
diabook-theme: small fix
Diffstat (limited to 'view/theme/diabook/communityhome.tpl')
-rwxr-xr-x | view/theme/diabook/communityhome.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/view/theme/diabook/communityhome.tpl b/view/theme/diabook/communityhome.tpl index 87b825d98..0386d63d3 100755 --- a/view/theme/diabook/communityhome.tpl +++ b/view/theme/diabook/communityhome.tpl @@ -1,9 +1,9 @@ -<div id="pos_null"> +<div id="pos_null" style="margin-bottom:-30px;"> </div> <div id="sortable_boxes"> -<div id="close_pages"> +<div id="close_pages" style="margin-top:30px;"> {{ if $page }} <div>$page</div> {{ endif }} |