Created
August 17, 2012 11:43
-
-
Save AriaMinaei/3378224 to your computer and use it in GitHub Desktop.
Different rules for different browsers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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