diff --git a/_modules/week-01.md b/_modules/week-01.md index 5098b874b94ce0527716b690d6c22f07b5165055..c7286936680862f064bda9e5269d97a521bfbf57 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 e8bc4fc54a5e4acdd5ca8199b771a31e0aad55f9..164506675af20fdb568d0a06bab97ea1d5ac812a 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 317c50f162f196d753427cc3dbea5732b4c54b87..a3d4495ea9ba316534c3da0540b63fdb8a8ab920 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; }