I've got a couple of questions about the lj-user and post security icons, apologies if they're the dumbest things you've ever heard. This is the code I'm using at the moment:
I'm not exactly sure what the .caption is for, I don't think I've ever seen it in FS CSS before, but you could cut down a lot by getting rid of the .subject/.caption and just going with img[src... as then it affects everywhere.
Also, lj changed it's image url source again from p-stat to l-stat, but you can save the trouble of future changes by using a catch-all:
img[src*='userinfo.gif'] [replace userinfo.gif with whatever is relevant]
Yes you can put this in your theme layer, do you have the print_custom_head function? That would be where it goes.
Comments 7
Also, lj changed it's image url source again from p-stat to l-stat, but you can save the trouble of future changes by using a catch-all:
img[src*='userinfo.gif'] [replace userinfo.gif with whatever is relevant]
Yes you can put this in your theme layer, do you have the print_custom_head function? That would be where it goes.
Reply
Yes I've got a print_custom_head function, does the CSS just go straight in there?
Reply
Reply
Reply
Leave a comment