Prevent list bullets from overlapping with userpics

Dec 24, 2008 02:39

  • Tired of list bullets overlapping with userpics?
  • Want to stop it?
  • Willing to customize your css?
Here's what I tried. Add the following custom css:

.asset-body ol { list-style: decimal inside; }
.asset-body ul { list-style: disc inside; }

how to:instructions, entries:misc

Previous post Next post
Up