Skip to content

Instantly share code, notes, and snippets.

@davoclavo
Last active December 23, 2015 21:19
Show Gist options
  • Save davoclavo/6695306 to your computer and use it in GitHub Desktop.
Save davoclavo/6695306 to your computer and use it in GitHub Desktop.
vine's /static/style.css fix
// Line 99
// From this
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255);
// To this
-moz-box-shadow:inset 0 1px 0 rgba(255,255,255,0.4);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment