border css simplifications

This commit is contained in:
marco
2013-02-01 11:59:25 -05:00
parent a57e91ef47
commit 2da94f96d2

View File

@@ -216,15 +216,13 @@
li:last-child {
a {
border-radius: 0 0 3px 3px;
border-top: 1px dashed $lightGrey;
border:none;
}
}
li:nth-child(2) {
a {
border-radius: 3px 3px 0 0;
border-top: 1px dashed $lightGrey;
border-bottom: 1px dashed $lightGrey;
}
}