syncing the blog template with the extra 40px margin at the .post-foot as well.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2010-01-23 02:44:32 -08:00
parent 548e077a94
commit 758ebe3ce8
1 changed files with 2 additions and 1 deletions

View File

@ -476,7 +476,8 @@ h4, h4 a {
padding: 3px;
}
.home .post-blog .post-foot {
.home .post-blog .post-foot,
.page-template-blog-php .post-foot {
margin-bottom: 40px;
}