Side block Bullets Not Working


Author Message
DLR

Posted: 1/8/2010
Quote message 

Since upgrading to 2.3.0.23023 Standard Edition the Side block "widget" bullet graphics no longer appear at all.
 
Garry

Posted: 1/8/2010
Quote message 

The latest version has a small error in the generated template.css code. Find following styling rule in your style.css:

.art-BlockContent-body ul li
{
font-family: Arial, Helvetica, Sans-Serif;
font-size: 12px;
text-decoration: none;
line-height: 125%;
line-height: 1.25em;
padding: 0px 0 0px 13px;
background-image: url('../images/BlockContentbullets.png');
background-repeat: no-repeat;
}

and change the image name from BlockContentbullets.png to BlockContentBullets.png (just change lowercase b to uppercase B) in the following line:

background-image: url('../images/BlockContentbullets.png');
 
DLR

Posted: 1/9/2010
Quote message 

Ya know, i think ya posted that a while back for someone else too and i didn't even think about it.

Thanks Again for your help!!!