CSS cleaning victim

Mar 10, 2006 10:13

Has anyone else fallen prey to the recent CSS cleaning LJ has been doing? My stylesheet override (Edit Customizations -> Layout -> Custom Stylesheet Information) is causing LJ to strip my stylesheet completely. I filed a support request yesterday, but haven't gotten a response yet, so I thought I'd try here and see if anyone had any helpful suggestions.

My override is valid CSS (using the CSS validator at w3.org), but I've experimented and even the simplest CSS override is causing the CSS cleaner to sanitize my stylesheet. The only way to fix the stylesheet problem is to not use an override at all, which is not a solution that makes me happy.

For reference, the CSS I am trying to include is:

body {
margin-top: 175px;
background-image: url('http://i16.photobucket.com/albums/b8/jedicrysta/banners/unicornshadow.png');
background-repeat: no-repeat;
background-position: top center;
}
.body-title {
padding-left: 240px;
}

Thanks in advance!
Previous post Next post
Up