Commit c01527c6e1729724cc0ba609e598a4ec4cd8985e
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
style.css
| ... | ... | @@ -66,7 +66,7 @@ body { |
| 66 | 66 | /* Bar Psocial Style */ |
| 67 | 67 | |
| 68 | 68 | #theme-header { |
| 69 | - height: 90px; | |
| 69 | + height: 72px; | |
| 70 | 70 | background: #f9c404; |
| 71 | 71 | background-image: linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); |
| 72 | 72 | background-image: -o-linear-gradient(bottom, #fcdd4e 20%, #f9c404 80%); |
| ... | ... | @@ -604,8 +604,8 @@ div#article-parent { |
| 604 | 604 | position: absolute; |
| 605 | 605 | z-index: 10; |
| 606 | 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 | 611 | #footer-border { | ... | ... |