Comment

The Bob & Chez Show: Unbreakable

75
Charles Johnson9/29/2016 12:08:42 pm PDT

re: #68 Franklin

Charles, love the new twitter treatment. May I suggest some CSS changes?

.twtrdiv2 {
border-radius: 0px 0px 5px 5px;
}

.EmbeddedTweet {
border-radius: 5px 5px 0px 0px ;
}

That will square the bottom of the embed div and the top of your reply function div.

[Embedded content]

Good idea - but the embedded tweet is inside an iframe, and you can’t affect the CSS of a div inside an iframe. It may be possible with Javascript, though.