Skip to content

Instantly share code, notes, and snippets.

@sebholstein
Created July 3, 2012 10:01
Show Gist options
  • Save sebholstein/3038838 to your computer and use it in GitHub Desktop.
Save sebholstein/3038838 to your computer and use it in GitHub Desktop.
#header
width: 900px
...
/* wird zu #header .logo */
.logo
width: 100px
background: ...
/* wird zu #header .logo .subtitle */
.subtitle
font-size: 10px
/* regel bezieht sich durch das & auf den #header, also #header.wide
&.wide
width: 950px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment