Skip to content

Instantly share code, notes, and snippets.

@adamstac
Created August 13, 2009 03:57
Show Gist options
  • Select an option

  • Save adamstac/166944 to your computer and use it in GitHub Desktop.

Select an option

Save adamstac/166944 to your computer and use it in GitHub Desktop.
@import blueprint/reset.sass
@import compass/utilities.sass
@import rounded_corners.sass
@import colors.sass
// Mixins
=centered
margin-left: auto !important
margin-right: auto !important
display: block
=float(!direction)
display: inline
float = !direction
// Because the reset doesn't do it
ul
li
list-style: none
// Links
a
color: #006ac4
text-decoration: none
&:hover
color: green
text-decoration: underline
&:focus,
&:active
outline: none
&:visited
color: #004886
&.link_cancel
color: #FF0000
&:hover
background: #FF0000
color: #fff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment