Skip to content
Snippets Groups Projects
  1. Dec 24, 2024
  2. Oct 19, 2024
  3. Oct 13, 2024
  4. Aug 26, 2024
  5. Aug 11, 2024
  6. Jul 15, 2024
  7. May 05, 2024
  8. Mar 02, 2024
  9. Nov 28, 2023
  10. Jul 08, 2023
  11. Jul 07, 2023
  12. May 23, 2023
  13. Mar 11, 2023
  14. Jan 13, 2023
  15. Nov 25, 2022
  16. Nov 21, 2022
  17. Nov 03, 2022
  18. Oct 23, 2022
  19. Oct 21, 2022
    • Sean Anderson's avatar
      css: Break on words in tables · 9d896dc0
      Sean Anderson authored
      Even on large screens, words in tables can be broken in unnatural places,
      depending on how the browser allocates table width. Disable breaking
      anywhere, and instead break only on word boundaries. This matches how man
      pages are displayed in a terminal.
      9d896dc0
    • Sean Anderson's avatar
      css: Fix misaligned option descriptions · c25122eb
      Sean Anderson authored
      When several options share the same description (such as short and long
      options), the descriptions can become misasligned. Make dt elements have
      100% width to prevent misalignment. This matches how this markup is
      displayed by man viewers.
      c25122eb
  20. Aug 19, 2022
Loading