Skip to content

Instantly share code, notes, and snippets.

@GregPK
Created August 8, 2013 11:17
Show Gist options
  • Save GregPK/6183777 to your computer and use it in GitHub Desktop.
Save GregPK/6183777 to your computer and use it in GitHub Desktop.
Make the Regex descriptors at the top less head-turningish.
$(".crossword table thead span, .crossword table tfoot span").css({
"transform": "translate(26px, 15px) rotate(-25deg)",
"text-align": "left"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment