Commit 2da94f96 by marco

border css simplifications

parent a57e91ef
...@@ -216,15 +216,13 @@ ...@@ -216,15 +216,13 @@
li:last-child { li:last-child {
a { a {
border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px;
border-top: 1px dashed $lightGrey; border:none;
} }
} }
li:nth-child(2) { li:nth-child(2) {
a { a {
border-radius: 3px 3px 0 0; border-radius: 3px 3px 0 0;
border-top: 1px dashed $lightGrey;
border-bottom: 1px dashed $lightGrey;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment