
with this:

=====================================================================
First you have to upload "bullet" image, such as this one:
(bullet.jpg)to you board, say to: /public/style_images/master/bullet.jpg
Then replace this:
Quote
table.ipb_table .subforums {
background: url({style_images_url}/subforum_stem.png) no-repeat scroll left 4px transparent;
margin: 2px 0 3px 5px;
padding-left: 20px;
}
background: url({style_images_url}/subforum_stem.png) no-repeat scroll left 4px transparent;
margin: 2px 0 3px 5px;
padding-left: 20px;
}
with this:
Quote
table.ipb_table .subforums {
background: url({style_images_url}/bullet.jpg ) no-repeat left 4px;
margin: 2px 0 3px 5px;
padding-left: 12px;
}
background: url({style_images_url}/bullet.jpg ) no-repeat left 4px;
margin: 2px 0 3px 5px;
padding-left: 12px;
}














