Decrease 2px bottom border to 1px

This commit is contained in:
Jonathan Frederic 2014-12-23 12:44:05 -08:00 committed by Jonathan Frederic
parent 33d1bc2abe
commit 0b4d5e73b2

View File

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