Skip to content

Instantly share code, notes, and snippets.

@freekrai
Last active March 8, 2016 04:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save freekrai/4997491 to your computer and use it in GitHub Desktop.
Save freekrai/4997491 to your computer and use it in GitHub Desktop.
Firefox only CSS
<style type='text/css'>
#categoryBackNextButtons{
width:490px;
}
@-moz-document url-prefix() {
#categoryBackNextButtons{
width:486px;
}
}
</style>
<!--[if IE]>
<style type='text/css'>
#categoryBackNextButtons{
width:486px;
}
</style>
<![endif]-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment