Browse Source

Markdown.pl: add minor tweak to checkbox style in style sheet

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
master
Kyle J. McKay 5 years ago
parent
commit
9b5b7d7d8a
  1. 1
      Markdown.pl

1
Markdown.pl

@ -3050,6 +3050,7 @@ li.%(base)checkbox-on > span:first-child + span:before {
bottom: 1pt;
font-size: 125%;
line-height: 80%;
vertical-align: text-top;
content: "\2713";
}

Loading…
Cancel
Save