From c60eee03aa1b8d3f147765825dc5feee431828c7 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 23 May 2019 15:16:02 -0400 Subject: [PATCH] Fix the underline on footer items --- lms/static/sass/shared/_footer.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/static/sass/shared/_footer.scss b/lms/static/sass/shared/_footer.scss index 16bc50187f..e29332d493 100644 --- a/lms/static/sass/shared/_footer.scss +++ b/lms/static/sass/shared/_footer.scss @@ -138,7 +138,7 @@ display: inline-block; font-size: em(11); - &:not(:first-child) a::before { + &:not(:first-child)::before { margin-right: ($baseline/4); content: "-"; }