Created
June 12, 2012 21:22
-
-
Save omares/2920214 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "base" | |
@import "compass/css3" | |
body | |
background: | |
color: #FFFFFF | |
#dock | |
background: | |
image: url(/images/background.png) | |
@include box-shadow(0 0 4px 1px #000000) | |
height: 40px | |
#header | |
background: | |
color: $brown | |
border: | |
bottom: 1px solid $borderBrown | |
color: $grey | |
height: 130px | |
text: | |
align: right | |
#content | |
@include centered-content | |
color: $grey | |
#footer | |
background: | |
color: $brown | |
border: | |
top: 1px solid $borderBrown | |
height: 80px | |
.centered-content | |
@include centered-content |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment