From 758ebe3ce8ddfc0b73f4bd29a682104725db128a Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 23 Jan 2010 02:44:32 -0800 Subject: [PATCH] syncing the blog template with the extra 40px margin at the .post-foot as well. Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index f8f57b3..b388353 100644 --- a/style.css +++ b/style.css @@ -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; }