Page 1 of 1

Inserting a bullet image before category names.

Posted: Thu Feb 02, 2006 7:10 pm
by railer
Hi,
I'm adapting serendipity to a static site. I want to use a list-style to define a bullet image to insert just before my category titles.
How might I go about doing this?

Thanks,
Railer

Posted: Thu Feb 02, 2006 9:53 pm
by judebert
You could add this to your style.css:

Code: Select all

.container_serendipity_plugins_category ul {
  list-style-image: disc url(http://server/bullet.img) inside;
}
More list CSS info here.