Forums / Templates, Stylesheets, Page Layout / Line between categories

Line between categories

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
21 Jul 2008, 09:21
#1
minute avatar

minute

New Zenner

Join Date:
Dec 2007
Posts:
50
Plugin Contributions:
0

Line between categories

I want to add a hr between the categories in http://www.dotari-saloane.ro like in a square or smth like that.
I find something I like here: http://(sorry, site offline)/138
Can anyone tell me how to do it?
21 Jul 2008, 10:05
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Posts:
31,500
Plugin Contributions:
4

Re: Line between categories

I want to add a hr between the categories

What is "hr"??

I you mean space between category lines then add this to your stylesheet and adjust to suit
#categoriesContent {
line-height: 1.5em;
}
21 Jul 2008, 10:55
#3
minute avatar

minute

New Zenner

Join Date:
Dec 2007
Posts:
50
Plugin Contributions:
0

Re: Line between categories

hr - horizontal ruler
To be more exactly I want in category menu a line between the categories. Or like in the template in the link, I want to make something similar.
21 Jul 2008, 11:52
#4
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Posts:
19,793
Plugin Contributions:
2

Re: Line between categories

What they've done with the category listings in the template you referenced is style them with background color, etc. in the a.category-top element in the stylesheet. You could put lines between them by experimenting with borders in the same place.