Skip to content

Instantly share code, notes, and snippets.

@z720
Created December 16, 2014 11:38
Show Gist options
  • Save z720/b11dda32f953dad78444 to your computer and use it in GitHub Desktop.
Save z720/b11dda32f953dad78444 to your computer and use it in GitHub Desktop.
Anchor Display (Medium)
a[id]:before {
display: inline-block;
width: 5em;
content: '#' attr(id);
margin-left: -5em;
text-align: right;
font-size: small;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment