Hi guys
I'm currently developing this theme for my blog:
http://www.technofinger.com/?preview_theme=zinefinger
And the live version is at:
http://www.technofinger.com/
At the end of each widget, there is an extra line. The CSS code shows that there should be an border below each
CSS:
#sidebar .recentcomments a { border: none; }
#sidebar ul li, { display: block; padding: 3px; font: 13px Arial, Helvetica, "Trebuchet MS", Verdana, sans-serif; color:#878787; border-bottom: 1px solid #878787; width: 288px;}
#sidebar ul li a { color: #878787; text-decoration: none; }
#sidebar ul li a:hover { color: #00A1F5; text-decoration: none; }
How can I resolve it?
Thanks in advance,
Kenneth