1. 25 Jan, 2020 1 commit
  2. 20 Jan, 2020 2 commits
  3. 18 Jan, 2020 2 commits
  4. 17 Jan, 2020 1 commit
  5. 15 Jan, 2020 2 commits
  6. 13 Jan, 2020 1 commit
  7. 12 Jan, 2020 2 commits
  8. 11 Jan, 2020 1 commit
  9. 05 Jan, 2020 2 commits
  10. 03 Jan, 2020 3 commits
  11. 02 Jan, 2020 3 commits
  12. 01 Jan, 2020 1 commit
  13. 31 Dec, 2019 1 commit
  14. 30 Dec, 2019 3 commits
  15. 27 Dec, 2019 2 commits
  16. 26 Dec, 2019 1 commit
  17. 25 Dec, 2019 1 commit
  18. 23 Dec, 2019 1 commit
  19. 22 Dec, 2019 2 commits
  20. 21 Dec, 2019 2 commits
  21. 20 Dec, 2019 1 commit
  22. 19 Dec, 2019 3 commits
  23. 16 Dec, 2019 1 commit
    • Noel Cower's avatar
      fix: list item formatting for lists with paragraphs (#1283) · d407312c
      Noel Cower authored
      This removes the fancy tick-mark next to unordered list items, which is
      a little depressing, but fixes formatting for them when they contain
      paragraphs (`<p>` elements). The tick-mark has been replaced with
      a square mark. Both ordered and unordered lists have grown 1rem of left
      padding to compensate for their position.
      
      Considered using disclosure-closed as a similar triangle replacement,
      but it's not regarded as something that should be used in production
      (per MDN). Using a simple string is unsupported because it's only in
      a CSS working draft, so a square is the least controversial option,
      I think.
      
      Closes #1282.
      d407312c
  24. 15 Dec, 2019 1 commit