Skip to content

Commit

Permalink
Merge pull request #69 from carpentries/fix-bullets
Browse files Browse the repository at this point in the history
fix bullets
  • Loading branch information
zkamvar authored Dec 1, 2022
2 parents ab7c2b8 + 3ca9e3f commit 37e43ad
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: varnish
Title: Front-end for The Carpentries Lesson Template
Version: 0.2.9
Version: 0.2.10
Authors@R: c(
person(given = "Zhian N.",
family = "Kamvar",
Expand Down
5 changes: 5 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# varnish 0.2.9

* Fix issue with bullet points in callouts being mis-aligned
(reported: @sstevens2, #68; fixed: @zkamvar, #69)

# varnish 0.2.9

- temporarily turn off matomo analytics

# varnish 0.2.8
Expand Down
2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/scripts.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion inst/pkgdown/assets/assets/styles.css.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion source/stylesheets/callouts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@

.callout li {
margin-left: 0px;
list-style-position: inside;
margin-top:10px;
margin-bottom:20px;
}
Expand Down
1 change: 0 additions & 1 deletion source/stylesheets/instructornotes.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
background: $light-gray;
li {
list-style-type: inherit;
list-style-position: inside;
margin-left: 0px;
margin-top:10px;
margin-bottom:20px;
Expand Down

0 comments on commit 37e43ad

Please sign in to comment.