From ad9ca270acde51b9d68054535c1fe848eebceb3c Mon Sep 17 00:00:00 2001 From: Kevin Lin <kevinl@cs.uw.edu> Date: Sat, 4 Jul 2020 16:45:44 -0700 Subject: [PATCH] Remove space after module label, disable user-select on card-meta --- _modules/week-01.md | 2 +- _modules/week-02.md | 2 +- _sass/custom/card.scss | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_modules/week-01.md b/_modules/week-01.md index 5098b87..c728693 100644 --- a/_modules/week-01.md +++ b/_modules/week-01.md @@ -8,7 +8,7 @@ days: "**HW 1 out**{: .label .label-hw-out }": null 2019-04-02: - "**Section**{: .label .label-section } [Intro to Java](#)": + "**Section**{: .label .label-section }[Intro to Java](#)": "Solution" 2019-04-03: "[Variables & Objects](#)": diff --git a/_modules/week-02.md b/_modules/week-02.md index e8bc4fc..1645066 100644 --- a/_modules/week-02.md +++ b/_modules/week-02.md @@ -8,7 +8,7 @@ days: "**HW 2 out**{: .label .label-hw-out }": null 2019-04-09: - "**Section**{: .label .label-section } [Linked Lists](#)": + "**Section**{: .label .label-section }[Linked Lists](#)": "Solution" 2019-04-10: "[Resizing Arrays](#)": diff --git a/_sass/custom/card.scss b/_sass/custom/card.scss index 317c50f..a3d4495 100644 --- a/_sass/custom/card.scss +++ b/_sass/custom/card.scss @@ -34,4 +34,5 @@ @extend .label; border-radius: $border-radius; padding-bottom: 0; + user-select: none; } -- GitLab