Skip to content

Instantly share code, notes, and snippets.

@quoidautre
Created March 26, 2012 07:15
Show Gist options
  • Save quoidautre/2203642 to your computer and use it in GitHub Desktop.
Save quoidautre/2203642 to your computer and use it in GitHub Desktop.
LESSCSS: No shadow border
.no-shadow-border {
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment