Skip to content

Instantly share code, notes, and snippets.

@tgecho
Created August 1, 2012 14:57
Show Gist options
  • Save tgecho/3227531 to your computer and use it in GitHub Desktop.
Save tgecho/3227531 to your computer and use it in GitHub Desktop.
New Item Link
/**
* New Item Link
*/
.new_item {
border: 1px dotted #000;
padding: 0.5em;
border-radius: 0.25em;
opacity: 0.5;
}
.new_item:hover {
opacity: 1;
}
<a href="" class="new_item">New Blog Entry</a>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment