Skip to content

Instantly share code, notes, and snippets.

@nyaray
Forked from jakearchibald/gist:955241
Created May 4, 2011 15:37
Show Gist options
  • Save nyaray/955432 to your computer and use it in GitHub Desktop.
Save nyaray/955432 to your computer and use it in GitHub Desktop.
OCD in action
.whatever {
-webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
-o-box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
box-shadow: 0 2px 2px rgba(0,0,0,0.5) inset;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment