Skip to content

Instantly share code, notes, and snippets.

@xkr47
Forked from anonymous/flowdock-new.css
Created December 12, 2012 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save xkr47/4267354 to your computer and use it in GitHub Desktop.
Save xkr47/4267354 to your computer and use it in GitHub Desktop.
New flowdock line-compress css for use with "Stylish" plugin in Firefox, v2
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("flowdock.com") {
.chat-message, .comment-message, .action-message, .line-message, .status-message, .file-message, .error-message {
padding-top: 0 !important;
padding-bottom: 0 !important;
font-family: Ubuntu,Tahoma,sans-serif !important;
font-size: 10px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment