Skip to content

Instantly share code, notes, and snippets.

@stephband
Forked from jakearchibald/gist:955241
Created May 4, 2011 16:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stephband/955477 to your computer and use it in GitHub Desktop.
Save stephband/955477 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