Skip to content

Instantly share code, notes, and snippets.

@ctrl-freak
Created December 13, 2011 07:31
Show Gist options
  • Save ctrl-freak/1471075 to your computer and use it in GitHub Desktop.
Save ctrl-freak/1471075 to your computer and use it in GitHub Desktop.
CSS Styled Sort Direction Arrows
.asc:after{
content: ' \25B2';
}
.desc:after{
content: ' \25BC';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment