aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;