Page 1 of 1

List padding

Posted: Fri May 30, 2008 12:25 pm
by volcanoboy
i think

Code: Select all

* { padding: 0; margin: 0; }
removes the padding from my lists. Or atleast it looks good when i remove it from my stylesheet. Where can i set padding for my lists? I mean normal bullet list within the {content} tag.

see here: http://www.handelshusetmartinsen.no/2008/hagemobler

Re: List padding

Posted: Fri May 30, 2008 2:27 pm
by Nullig
In your stylesheet, change all of the lists ids from:

/* LISTS */
div#main ul,
div#main ol,
div#main dl

to

/* LISTS */
div#content ul,
div#content ol,
div#content dl

As you aren't using the "main" div in your template.

Nullig

Re: List padding

Posted: Wed Jun 04, 2008 1:24 pm
by volcanoboy
Forget i asked. I knew that :P

But thank's :-)