Expressive Theme UserPic Overlapping List-Bullet Tweak
Yeah, I know that that subject text is hard to read. Blame it on the insomnia. I like the LiveJournal them "Expressive" by Jared MacPherson, but one thing that bugs me about it is that list items at the top of the post tend to overlap with the userpic.
Here's an example:
Yuck. A fix for it is the following Custom Stylesheet code:
If you customize Expressive with the CSS above, then your journal won't have list bullets that overlap the user icon. Here's a link to the corrected page in the picture above.
Here's an example:
Yuck. A fix for it is the following Custom Stylesheet code:
.asset-body ol { list-style: decimal inside; }
.asset-body ul { list-style: disc inside; }
If you customize Expressive with the CSS above, then your journal won't have list bullets that overlap the user icon. Here's a link to the corrected page in the picture above.