Closed (fixed)
Project:
Nitobe
Version:
7.x-2.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2011 at 21:22 UTC
Updated:
26 Sep 2011 at 00:48 UTC
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
Comment #1
John_NL commentedthis 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)
Comment #2
joshmbuck commentedThanks!! That did the trick. I appreciate it.