I have a list for which each row is two links. I am seeing a bullet in front of each link.
http://gyazo.com/6507faef8cab628df736b01c54da7864.png
From style.css: #sidebar div.item-list li a
#sidebar div.item-list li a
Just needs to have :first-child appended: #sidebar div.item-list li a:first-child
#sidebar div.item-list li a:first-child
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