I show items in category mode using k2 and want to seperate the items by a dotted line.
I put the following code into the override but nothing happens although it works very well when using firebug and putting the code in there. Other override code works well the using override is turned to yes.
- Code: Select all
.userItemView {
border-bottom: 1px dotted #BBBBBB;
margin-bottom: 40px;
padding-bottom: 20px;
}
Please have a look at: http://www.sandra-eversberg.de
Where is the mistake?
Thanks for your help.