Skip to content

Instantly share code, notes, and snippets.

@elundmark
Created August 26, 2011 16:25
Show Gist options
  • Save elundmark/1173803 to your computer and use it in GitHub Desktop.
Save elundmark/1173803 to your computer and use it in GitHub Desktop.
Nicer Images - Google Chrome UserStyles.css
html > body[style^='margin'] > img[style^='-webkit-user-select']:first-of-type {
display:block;
margin:0 auto;
box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment