Skip to content

Instantly share code, notes, and snippets.

@Robertof
Created November 4, 2012 15:24
Show Gist options
  • Save Robertof/4012285 to your computer and use it in GitHub Desktop.
Save Robertof/4012285 to your computer and use it in GitHub Desktop.
facebook big fonts fixer (just because I'm a smallfonts fag)
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("facebook.com") {
.messageBody, .uiStreamHeadline { font-size: 11px !important; }
.actorName a { font-size: 12px !important; }
.uiStreamMessage { margin-top: -2px !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment