Created
April 23, 2014 15:06
-
-
Save ivandoric/11219045 to your computer and use it in GitHub Desktop.
css: Target only Firefox with CSS
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
@-moz-document url-prefix() { | |
ul.nav li a { | |
padding:0 15px 2px 15px; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment