Skip to content

Instantly share code, notes, and snippets.

@StanAngeloff
Created June 26, 2010 19:54
Show Gist options
  • Save StanAngeloff/454293 to your computer and use it in GitHub Desktop.
Save StanAngeloff/454293 to your computer and use it in GitHub Desktop.
default-colour: #ccc
direction: 'rtl'
html, body
margin: 0
padding: 0
h1
font-size: 100%
span
color: default-colour
text-shadow: 0 1px 0 darken(default-colour, 25%)
#page
@if direction is 'ltr'
padding-left: 10px
@else
padding-right: 10px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment