Skip to content

Instantly share code, notes, and snippets.

@zerodogg
Created September 30, 2009 08:38
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zerodogg/197922 to your computer and use it in GitHub Desktop.
Save zerodogg/197922 to your computer and use it in GitHub Desktop.
github userContent.css for firefox with minimum font-size 13
/*
* Get the github menu to render properly when firefox is set to
* minimum font-size 13.
*
* Put in ~/.mozilla/firefox/[PROFILE]/chrome/userContent.css
*/
@-moz-document domain(github.com) {
#header .userbox {
margin-top: 0.6em !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment