So I don't know what the PTBs over here at LJ are doing but they've screwed up so stuff again. I don't know if you are noticing your Tiny Icons are all messed up. Not only that but Rounded Corners are all reverting to the squared look. Tranistions and Transform of header links on some of my recent layouts is also messed up. Here is an attempt to
(
Read more... )
Comments 14
Do you have any idea how to change that now? Thank you!
ETA: Just checked again, and it displays my custom icon for a journal everywhere (even for communities).
Any idea how to solve that one?
Reply
It shows your custom icon? You mean when you come to this community you are seeing a different tiny icon that the flower I've got going? I'm a little confused by this. Screen captures help.
Reply
(The comment has been removed)
I do that. I know coding well enough but I forget things. Glad I could help you.
Reply
html body .ljuser img[src*="community.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat;
background: transparent url(TINY ICON URL) no-repeat 0 0 !important;
padding: 16px 0px 0px 16px !important;
}
And it should be
html body .ljuser img[src*="userinfo.gif"] {
width: 0 !important;
height: 0 !important;
background-repeat: no-repeat;
background: transparent url(TINY ICON URL) no-repeat 0 0 !important;
padding: 16px 0px 0px 16px !important;
}
It seems to work fine now (I think).
Reply
Reply
Reply
Reply
Reply
Reply
Leave a comment