Active
Project:
Typebased
Version:
7.x-1.8
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Aug 2011 at 17:09 UTC
Updated:
4 Aug 2011 at 07:14 UTC
I have a list for which each row is two links. I am seeing a bullet in front of each link.
Comments
Comment #1
Grayside commentedFrom style.css:
#sidebar div.item-list li aJust needs to have :first-child appended:
#sidebar div.item-list li a:first-child