Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 15:06
Show Gist options
  • Save ivandoric/11219045 to your computer and use it in GitHub Desktop.
Save ivandoric/11219045 to your computer and use it in GitHub Desktop.
css: Target only Firefox with CSS
@-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