Hey all,
trying to apply some super basic CSS to the facebook feed member images in my side block.
http://www.talkjesus.com/forum.php
I threw this in additional.css
Code:
._43q7 .img {
border-radius: 90px !important;
border: 1px solid #DDD !important;
padding: 1px !important;
}
It's not getting applied. I've tried various variations including with/without img, I tried also: ._s0 _rw img, ._s0 _rw, and ._43q7 ._s0 _rw img together.
Am I missing something?