Closed (fixed)
Project:
Barron
Version:
5.x-1.4
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
10 Jul 2007 at 04:44 UTC
Updated:
22 Dec 2007 at 01:03 UTC
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
Comment #1
jwolf commentedSo 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;
}
Comment #2
jwolf commentedFixed with the release of 5.x-1.5
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.