##// END OF EJS Templates
Decrease 2px bottom border to 1px
Jonathan Frederic -
Show More
@@ -205,6 +205,10 b' ul#new-menu {'
205 205
206 206 .list_item {
207 207 border-bottom: 1px solid #ddd;
208
209 &:last-child {
210 border-bottom: 0px;
211 }
208 212 }
209 213 }
210 214 }
General Comments 0
You need to be logged in to leave comments. Login now