Skip to content

Instantly share code, notes, and snippets.

@omares
Created June 12, 2012 21:22
Show Gist options
  • Save omares/2920214 to your computer and use it in GitHub Desktop.
Save omares/2920214 to your computer and use it in GitHub Desktop.
@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