Fix twitter-view once and for all!

One image URL was broken and it was accidentally using the avatar
directive, so the class has been changed to 'twitter-avatar' and made
explicit.
This commit is contained in:
Jimmy Zelinskie 2015-01-13 11:02:08 -05:00
parent 5a05c6560b
commit f268a5d661
3 changed files with 3 additions and 3 deletions

View file

@ -1667,7 +1667,7 @@ i.toggle-icon:hover {
padding-left: 70px;
}
.landing-page .twitter-tweet .avatar img {
.landing-page .twitter-tweet .twitter-avatar img {
border-radius: 4px;
border: 2px solid rgb(70, 70, 70);
width: 50px;