I am developing with Barron - many thanks for creating this great Theme!

Today the lists (those defined with <ul> and <li> tags) stopped working - lists were displayed flat with no bullets.

I'm sorry, but at this point I am not sure if I did something to make this happen. I certainly allow for that possibility.

I did a clean re-install of Barron and had the same problem. Barroness also seems to not be formatting my lists.

I asked for help in the Forum - see this discussion. After removing the code pointed out by dman:

ul {
margin: 0;
padding: 0;
list-style-image: none;
list-style: none outside none;
}

from style.css in Barron, my lists are working again.

Let me know if I can provide any additional information about my site.

Thanks.

Comments

jwolf’s picture

Assigned: Unassigned » jwolf

So sorry. Me goofed!

I neglected to add the #nav selector before the ul.

Should be:

#nav ul
{
margin: 0;
padding: 0;
list-style-image: none;
list-style: none outside none;
}

jwolf’s picture

Status: Active » Fixed

Fixed with the release of 5.x-1.5

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.