Written in response to Styling a list in a widget:
Linda, please check my Private messages
The final solution:
The final solution:
#execphp-4 li {
list-style: none;
padding: 8px 0 6px 0;
border-bottom: 1px solid #fefefe;
}
#execphp-4 li:last-child {
border: none;
}
Updated: 10/26/11 4:06pm

