From 68004fc962922b01f81039e1613eb3f8dade0987 Mon Sep 17 00:00:00 2001
From: Mike Macgirvin <mike@macgirvin.com>
Date: Fri, 17 Sep 2010 15:49:57 -0700
Subject: [PATCH] force a bottom margin

---
 view/profile.php             | 1 +
 view/theme/default/style.css | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/view/profile.php b/view/profile.php
index 88cc8f2c78..e2c190da00 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 0e7882b304..916b32fd26 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;