w3c / wai-media-guide

11 stars 41 forks source link

Add checkbox styling #25

Closed yatil closed 5 years ago

yatil commented 5 years ago

@slhenry Here’s the final PR for the checklist styling:

{:.checkbox} gives the <ul> the class “checkbox”, which replaces the bullets with the boxes (in Markdown – of course, you can also use <ul class="checkbox"> in HTML)

There is a new box style called “highlighted” with the white background header and the blue background.

Use class highlighted as here:

{::nomarkdown}
{% include box.html type="start" title="Pre-recorded audio:" class="highlighted" id="tree-ap" %}
{:/}
netlify[bot] commented 5 years ago

Deploy preview for wai-media-guide ready!

Built with commit 6df8ea0f9404a66d0e61b29b99876a98a6db495e

https://deploy-preview-25--wai-media-guide.netlify.com

shawna-slh commented 5 years ago

thanks @yatil ! ! !