Commit c01527c6e1729724cc0ba609e598a4ec4cd8985e

Authored by Marcelo Horacio Fortino
1 parent 8283745b
Exists in master

theme-header height: 72px;

theme-footer eliminated padding-bottom and padding-top
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
@@ -66,7 +66,7 @@ body { @@ -66,7 +66,7 @@ body {
66 /* Bar Psocial Style */ 66 /* Bar Psocial Style */
67 67
68 #theme-header { 68 #theme-header {
69 - height: 90px; 69 + height: 72px;
70 background: #f9c404; 70 background: #f9c404;
71 background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); 71 background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
72 background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); 72 background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%);
@@ -604,8 +604,8 @@ div#article-parent { @@ -604,8 +604,8 @@ div#article-parent {
604 position: absolute; 604 position: absolute;
605 z-index: 10; 605 z-index: 10;
606 font-size: 11px; 606 font-size: 11px;
607 - padding-bottom: 30px;  
608 - padding-top: 20px; 607 + /* padding-bottom: 30px;
  608 + padding-top: 20px; */
609 } 609 }
610 610
611 #footer-border { 611 #footer-border {