Hello,

I am playing around with Nitube in Drupal 7 and I noticed that the UL and LI tags don't work in bulleted lists. I get lines under the list entries instead of bullets. OL seems to work fine, but I can't figure out why UL isn't working.

Any thoughts?

Thanks,

Josh

Comments

John_NL’s picture

this is caused by errors in style.css:
line 200 should be: .block .content,
line 207 should be: .block .content,
(So you'll have to remove the UL and LI tagnames)

joshmbuck’s picture

Status: Active » Closed (fixed)

Thanks!! That did the trick. I appreciate it.