Skip to content

Instantly share code, notes, and snippets.

@ajashton
Created November 13, 2012 16:17
Show Gist options
  • Save ajashton/4066707 to your computer and use it in GitHub Desktop.
Save ajashton/4066707 to your computer and use it in GitHub Desktop.
#rail {
::line,
::hatch {
line-color: #666;
}
::line {
line-width: 1;
}
::hatch {
line-width: 4;
line-dasharray: 1,10;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment