From 548e077a94dbeebb476e94b2b935207e03695c8c Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Sat, 23 Jan 2010 02:42:57 -0800 Subject: [PATCH] CSS Changes where .home .post-blog .post-foot {} has the 40px margin at the bottom and .post is completely emptied. Signed-off-by: Philip M. Hofer (Frumph) --- style.css | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/style.css b/style.css index e11f90c..f8f57b3 100644 --- a/style.css +++ b/style.css @@ -470,18 +470,14 @@ h4, h4 a { padding: 1%; } -.post, .post-page { - clear: both; - text-align: left; - padding: 2px; - margin-bottom: 20px; -} +.post {} .post-content { padding: 3px; } -.post-foot { +.home .post-blog .post-foot { + margin-bottom: 40px; } .post-image {