Skip to content

Instantly share code, notes, and snippets.

@freekrai
Last active March 8, 2016 04:43
Show Gist options
  • Select an option

  • Save freekrai/4997491 to your computer and use it in GitHub Desktop.

Select an option

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