From 2da94f96d263e286d3336fda52644d3bedbdd503 Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 1 Feb 2013 11:59:25 -0500 Subject: [PATCH] border css simplifications --- cms/static/sass/_unit.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cms/static/sass/_unit.scss b/cms/static/sass/_unit.scss index 55e7c2b8bd..f4873fea2e 100644 --- a/cms/static/sass/_unit.scss +++ b/cms/static/sass/_unit.scss @@ -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; } }