Closed nWidart closed 9 years ago
From what I can see it is cause by the fact that every item is the first element. Since every item is one ul
.
.skin-blue .sidebar > .sidebar-menu > li:first-of-type {
border-top: 1px solid #dbdbdb;
}
Fixed with css fiddling.
I wouldn't recommend having one UL
for each item though. It should be one li
item for list item.
There some kind of 'bug' with the borders on the items, which makes it 'blurry':