View Single Post
  #29  
Old 11-07-2007, 12:06 PM
 
WestCoastBikers WestCoastBikers is offline
 

Member
  
Join Date: Mar 2007
Posts: 18
 

Default Re: Pure CSS Rounded Boxes! (no images, no tables)

Quote:
Originally Posted by typologist
It seems like that repeating line is an image called "tree_subdir_line.gif", which its not in your css, but hardcoded in the same file of fancy categories.


Fixed it by changing:

div.xboxcontent div{
padding: 0 4px 0 8px;

}

to

div.xboxcontent div{
padding: 0 4px 0 0px;

}

Seemed ot solve it.

John
__________________
x-cart-4.1.9 Gold
Reply With Quote