Created
May 5, 2011 20:11
-
-
Save rondevera/957820 to your computer and use it in GitHub Desktop.
Shrink Campfire images
This file contains hidden or 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
/* Useful when Campfire chat images are | |
being used more for noise than signal. | |
To use in Propane, add to | |
~/Library/Application Support/Propane/styles/cf_chat.css | |
and restart the app: | |
*/ | |
table.chat tr.message a.loaded img { | |
max-width: 100px !important; | |
max-height: 100px !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You're welcome.