Inserting a bullet image before category names.

Creating and modifying plugins.
Post Reply
railer
Regular
Posts: 6
Joined: Sat Jan 28, 2006 6:14 pm
Location: Massachusetts, USA

Inserting a bullet image before category names.

Post 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
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post 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.
Judebert
---
Website | Wishlist | PayPal
Post Reply