diff options
author | tommy tomson <thomas.bierey@gmx.de> | 2012-04-29 04:12:04 +0200 |
---|---|---|
committer | tommy tomson <thomas.bierey@gmx.de> | 2012-04-29 04:12:04 +0200 |
commit | 3d054341ef3c7598c12b003c0d271910b3349795 (patch) | |
tree | 33919b3fc16f34b368a4de0617ac8f467b38a315 /view/theme/diabook/footer.tpl | |
parent | 356bd9b04ad5378b19d4aa8b25ccab178491df34 (diff) | |
download | volse-hubzilla-3d054341ef3c7598c12b003c0d271910b3349795.tar.gz volse-hubzilla-3d054341ef3c7598c12b003c0d271910b3349795.tar.bz2 volse-hubzilla-3d054341ef3c7598c12b003c0d271910b3349795.zip |
diabook-themes: bug/css-fixes
Diffstat (limited to 'view/theme/diabook/footer.tpl')
-rw-r--r-- | view/theme/diabook/footer.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/view/theme/diabook/footer.tpl b/view/theme/diabook/footer.tpl index 8d3c65162..bae5e1056 100644 --- a/view/theme/diabook/footer.tpl +++ b/view/theme/diabook/footer.tpl @@ -1,4 +1,3 @@ -<div style="display: table-cell"></div> -<div style="border-top: 1px solid #D2D2D2; width: 100%;margin-top: 30px;"> +<div id="footerbox" style="border-top: 1px solid #D2D2D2; width: 100%;width: 88.5%;position: absolute;top: 650px;"> <a style="float:right; color:#333;margin-right:10px;display: table;margin-top: 5px;" href="friendica" title="Site Info / Impressum" >Info / Impressum</a> </div>
\ No newline at end of file |