Skip to content
This repository has been archived by the owner on Apr 18, 2020. It is now read-only.

Commit

Permalink
fixed header and footer style issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zurbchris committed Aug 6, 2012
1 parent 5881db3 commit 10c421c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sass/app.scss
Expand Up @@ -139,7 +139,7 @@
}

/*Hompepage*/
.featured { position: relative; margin-bottom: 0px; width: 100%; margin-top: -45px; }
.featured { background-color: #faf9f4; position: relative; margin-bottom: 0px; width: 100%; max-height: 480px; margin-top: -45px; }
.featured .orbit-wrapper .content { width: 980px; margin: 0 auto; position: relative; top: 120px; padding-right: 450px; }
.featured .timer { display: none }
.featured > .twelve { padding: 0; }
Expand All @@ -159,7 +159,7 @@ ul.orbit-bullets { bottom: 20px;
.stats { text-align: center; }
.news { margin-bottom: 40px; }

.main footer { margin-top: 0 !important; }
.main footer, .main .footer-columns { margin-top: 0 !important; }
#sliderOne { background: image-url('home1.jpg') top center no-repeat; }
#sliderTwo { background: image-url('home2.jpg') top center no-repeat; }
#sliderThree { background: image-url('home3.jpg') top center no-repeat; }
Expand Down

0 comments on commit 10c421c

Please sign in to comment.