From c01527c6e1729724cc0ba609e598a4ec4cd8985e Mon Sep 17 00:00:00 2001 From: marcelo horacio fortino Date: Wed, 2 Jul 2014 17:48:58 +0000 Subject: [PATCH] theme-header height: 72px; theme-footer eliminated padding-bottom and padding-top --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 0aada2a..84632ba 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,7 @@ body { /* Bar Psocial Style */ #theme-header { - height: 90px; + height: 72px; background: #f9c404; background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); @@ -604,8 +604,8 @@ div#article-parent { position: absolute; z-index: 10; font-size: 11px; - padding-bottom: 30px; - padding-top: 20px; + /* padding-bottom: 30px; + padding-top: 20px; */ } #footer-border { -- libgit2 0.21.2