
September 11th, 2012, 11:20 AM
|
|
|
|
the text-decoration [underline] is actually on the <a> tags, not on the <li> tag.
also, if you are wanting to remove the "bullets" from each of the list items, you would use "list-style-type: none;" on that .horizontallist li{} CSS.
|