Decrease 2px bottom border to 1px

pull/37/head
Jonathan Frederic 11 years ago committed by Jonathan Frederic
parent 33d1bc2abe
commit 0b4d5e73b2

@ -205,6 +205,10 @@ ul#new-menu {
.list_item {
border-bottom: 1px solid #ddd;
&:last-child {
border-bottom: 0px;
}
}
}
}

Loading…
Cancel
Save