Skip to content

Instantly share code, notes, and snippets.

@AriaMinaei
Created August 17, 2012 11:43
Show Gist options
  • Save AriaMinaei/3378224 to your computer and use it in GitHub Desktop.
Save AriaMinaei/3378224 to your computer and use it in GitHub Desktop.
Different rules for different browsers
.box {
box-shadow: blah;
.no-boxshadow & {
border: 1px solid #CCC;
}
.ie8 & {
position: relative;
top: -4px;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment