Created
June 29, 2014 19:29
-
-
Save STrRedWolf/209c0d98404df9f3bd91 to your computer and use it in GitHub Desktop.
Furstre.am Chat tweaks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@namespace url(http://www.w3.org/1999/xhtml); | |
@-moz-document domain("furstre.am") { | |
#comunica-chat-pane .msg { | |
margin: 2px !important; | |
} | |
#comunica-chat-pane .msg .content .details { | |
font-size: 8pt !important; | |
margin: 2px !important; | |
} | |
#comunica-chat-pane .msg .content p { | |
margin: 2px !important; | |
font-size: 9pt !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment