Skip to content

Instantly share code, notes, and snippets.

@procload
Created October 5, 2011 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save procload/1264763 to your computer and use it in GitHub Desktop.
Save procload/1264763 to your computer and use it in GitHub Desktop.
#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