force a bottom margin

This commit is contained in:
Mike Macgirvin 2010-09-17 15:49:57 -07:00
parent 6c812a9158
commit 68004fc962
2 changed files with 4 additions and 0 deletions

View File

@ -64,6 +64,7 @@
</aside>
<section>
<?php echo $page['content']; ?>
<div id="page-footer"></div>
</section>
<footer>
<?php echo $page['footer']; ?>

View File

@ -68,6 +68,9 @@ img.photo {
font-weight: bold;
margin-left: 280px;
}
#page-footer {
height: 20px;
}
.heart {
color: #FF0000;