force a bottom margin

2022.09-rc
Mike Macgirvin 2010-09-17 15:49:57 -07:00
rodzic 6c812a9158
commit 68004fc962
2 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -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']; ?>

Wyświetl plik

@ -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;