LJ did it again...

Mar 25, 2009 23:52

they changed the URL of their fugly default graphics (in the comment box, edit comments, locked/private icons, et cetera). So here's a heads-up for all of you who coded over them, like me.

img[src="http://p-stat.livejournal.com/img/icon_protected.gif"] {
width: 0;
height: 0;
background-image: url(WHATEVER);
background-repeat: no-repeat;
background-position: top left;
padding: 0 16px 16px 0;
}

and

.ljcmt, .commentbox img[src="http://p-stat.livejournal.com/img/btn_edit.gif"]{
height:0; width:0;
padding: 0 16px 16px 0; /* the suggested height and width of tiny-icons is 16px */
background: url(WHATEVER);
}

change the p-stat to l-stat and it'll fix. I'm trying to figure out what is going on with the headers, anyone up on that yet?

Back to your regularly scheduled programming.

comments, header and footer, entry security icons

Previous post Next post
Up