Skip to content

Commit 55cdb1b

Browse files
authored
Merge pull request #157 from carpentries/frog-checklist-1
Fix #156
2 parents eb621a7 + 4960a86 commit 55cdb1b

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

inst/pkgdown/assets/assets/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/pkgdown/assets/assets/styles.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/stylesheets/styles.css.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,14 @@ dt > * {
292292
margin-right:10px;
293293
}
294294

295+
.task-list {
296+
list-style-type: none !important;
297+
}
298+
299+
.task-list input[type="checkbox"] {
300+
margin-right: 10px !important;
301+
}
302+
295303
@include media-breakpoint-up(xl) {
296304

297305
.sidebar .accordion-button.collapsed::after {

0 commit comments

Comments
 (0)