aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2010-09-17 15:49:57 -0700
committerMike Macgirvin <mike@macgirvin.com>2010-09-17 15:49:57 -0700
commit68004fc962922b01f81039e1613eb3f8dade0987 (patch)
tree0309ebdfa347b497829946df3cdfdd3bb1501402 /view
parent6c812a9158eaac2f3bb004bd02b59bf56fcf0419 (diff)
downloadvolse-hubzilla-68004fc962922b01f81039e1613eb3f8dade0987.tar.gz
volse-hubzilla-68004fc962922b01f81039e1613eb3f8dade0987.tar.bz2
volse-hubzilla-68004fc962922b01f81039e1613eb3f8dade0987.zip
force a bottom margin
Diffstat (limited to 'view')
-rw-r--r--view/profile.php1
-rw-r--r--view/theme/default/style.css3
2 files changed, 4 insertions, 0 deletions
diff --git a/view/profile.php b/view/profile.php
index 88cc8f2c7..e2c190da0 100644
--- a/view/profile.php
+++ b/view/profile.php
@@ -64,6 +64,7 @@
</aside>
<section>
<?php echo $page['content']; ?>
+<div id="page-footer"></div>
</section>
<footer>
<?php echo $page['footer']; ?>
diff --git a/view/theme/default/style.css b/view/theme/default/style.css
index 0e7882b30..916b32fd2 100644
--- a/view/theme/default/style.css
+++ b/view/theme/default/style.css
@@ -68,6 +68,9 @@ img.photo {
font-weight: bold;
margin-left: 280px;
}
+#page-footer {
+ height: 20px;
+}
.heart {
color: #FF0000;