Jump to content

How to add borders around Categories block?


Recommended Posts

this is all i can find. where to add?

 

 

 

/*************** Block CATEGORIES ***************/

#categories_block_left li {border-bottom:0px dotted #ccc}

#categories_block_left li.last { border:none;}

#categories_block_left li a {

display:block;

padding:7px 11px 5px 22px;

color:#004b91;

background:url(../../../modules/blockcategories/img/arrow_right_2.png) no-repeat 10px 10px transparent

}

 

#categories_block_left li ul {margin-left:40px}

#categories_block_left li ul li {border:none}

#categories_block_left li ul li a {

padding-left:0;

background:none

}

 

#categories_block_left li .OPEN,

#categories_block_left li .CLOSE {

display:block;

float:right;

margin:10px 10px 0;

height:9px;

width:9px;

background:url(../../../modules/blockcategories/img/icon/open-close.png) no-repeat 0 -9px;

cursor:pointer

}

#categories_block_left li .CLOSE {background-position:0 0}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...