From be23aa47edd28b87a9b4321caf7623967b498fa1 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 19 Jun 2017 10:50:31 -0400 Subject: [PATCH] Fix the hyphen separators in the footer so they separate all the items --- lms/static/sass/shared/_footer.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index f368538651..987a0e395d 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -132,11 +132,7 @@ display: inline-block; font-size: em(11); - } - - .nav-legal-02 a { - - &:before { + &:not(:first-child) a:before { margin-right: ($baseline/4); content: "-"; }