Created
October 5, 2011 15:40
-
-
Save procload/1264763 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
#glances { | |
@include prepend(1); | |
@include column(7, last); | |
background: #ebebeb; | |
border-right: 1px solid #cfcfcf; | |
padding-top: 24px; | |
font-family: $secondary-font-family; | |
> section { | |
@include append(.5); | |
> header { | |
@include clearfix; | |
h2 { | |
font-size: 20px; | |
font-weight: bold; | |
font-family: $blueprint-font-family; | |
color: $article-headline-color; | |
@include column_base(); | |
} | |
} /* close header */ | |
} /* close section */ | |
} // close glances |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment