1. 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
  2. 15 Dec, 2019 5 commits
  3. 14 Dec, 2019 1 commit
  4. 12 Dec, 2019 1 commit
  5. 08 Dec, 2019 1 commit
  6. 05 Dec, 2019 1 commit
  7. 02 Dec, 2019 1 commit
  8. 23 Nov, 2019 6 commits
  9. 22 Nov, 2019 5 commits
  10. 21 Nov, 2019 1 commit
  11. 19 Nov, 2019 2 commits
  12. 18 Nov, 2019 6 commits
  13. 17 Nov, 2019 5 commits
  14. 16 Nov, 2019 1 commit
  15. 15 Nov, 2019 1 commit
  16. 04 Nov, 2019 2 commits