17.0 - A Very Mogul Christmas!
Sider, gave me a bunch of issues in the code, mostly mis-spellings, duplicate of elements, etc, so I fixed those errors!
- Wrong spelling of "relevant" in the bug report, issue template (593eed2)
- Wrong spelling of "benefit" in the feature request, issue template (593eed2)
- Wrong spelling of "appreciate" in the greetings.yml file for the PR message (The greetings.yml file is a file with a issue and PR message to comment on either the issue or PR of a user whose making their first issue or PR)(1f650b6)
- remove dead url in README.md under the links section (294703f)
- I removed the Mogul Christmas Playlist button but forgot to remove the Mogul Christmas Playlist link to take you to the YouTube playlist.
- In the ludsocials, podcast directory's css, I had 2 img elements, one element with the width and one with the colour, so I merged both the elements into one. (42f07d7)
- In the lyrics README, on line 5, there was a wrong spelling of "recommend" (bd1dfcd)
- In the lyrics directory for each song, for the original song button, there was a misspelling of the div id, for "original" (11a60b8)
- In the other project's directory's css, there were 2 lines calling out text-decoration in the same element, so I merged both the lines into 1 (1d8418e)
- I think first the text-decoration was "none" and then I wanted it to be "underline" so instead of editing the first one I just added the second one.
- In the rating directory's css, I had 2 elements for .btn, so I merged it into 1 element (0007cf3)
- error - Unexpected duplicate selector ".btn", first used at line 14
- In the main css file, there were 2 lines calling out text-decoration in the same element, so I merged both the lines into 1 (698c04f)
- I think first the text-decoration was "none" and then I wanted it to be "underline" so instead of editting the first one I just added the second one.
Thanks for your support,
KendallDoesCoding
What's Changed
- Sider issues by @KendallDoesCoding in #286
Full Changelog: 16.8.4...17.0