Created
October 26, 2010 23:40
-
-
Save rmanalan/648090 to your computer and use it in GitHub Desktop.
sets max img size for inlined images and hides the inlined image in the latest tweet area
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
div.tweet-text a img { | |
max-width: 430px; | |
} | |
div.tweet.latest-tweet div div a img { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment