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> </aside>
<section> <section>
<?php echo $page['content']; ?> <?php echo $page['content']; ?>
<div id="page-footer"></div>
</section> </section>
<footer> <footer>
<?php echo $page['footer']; ?> <?php echo $page['footer']; ?>

View File

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