about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2021-10-08 08:30:26 +0000
committerAlyssa Ross <hi@alyssa.is>2021-10-08 08:31:16 +0000
commit01bdda6052103a88e81a42928fa1e43fae294e6d (patch)
treea701e8f4a08bb3bc7c9ba2a155a91607ecd46149
parent66fa06fadfcad2453901eaa1c2b629f10917ec74 (diff)
downloadwww-01bdda6052103a88e81a42928fa1e43fae294e6d.tar
www-01bdda6052103a88e81a42928fa1e43fae294e6d.tar.gz
www-01bdda6052103a88e81a42928fa1e43fae294e6d.tar.bz2
www-01bdda6052103a88e81a42928fa1e43fae294e6d.tar.lz
www-01bdda6052103a88e81a42928fa1e43fae294e6d.tar.xz
www-01bdda6052103a88e81a42928fa1e43fae294e6d.tar.zst
www-01bdda6052103a88e81a42928fa1e43fae294e6d.zip
todo.html: paragraphs in list
This should improve readability by adding some spacing between items.
-rw-r--r--todo.html7
1 files changed, 4 insertions, 3 deletions
diff --git a/todo.html b/todo.html
index b968913..e31b441 100644
--- a/todo.html
+++ b/todo.html
@@ -44,7 +44,8 @@ might be able to help out.
 
 <ol>
   <li>
-  Make the Spectrum <a href="https://spectrum-os.org/git/rootfs/">root
+  <p>Make the
+  Spectrum <a href="https://spectrum-os.org/git/rootfs/">root
   filesystem</a>
   use <a href="https://skarnet.org/software/s6-linux-init/">s6-linux-init</a>
   instead of a
@@ -54,13 +55,13 @@ might be able to help out.
   much more robust.
 
   <li>
-  <a href="https://github.com/NixOS/nixpkgs/issues/140851">nixpkgs
+  <p><a href="https://github.com/NixOS/nixpkgs/issues/140851">nixpkgs
   #140851</a>: ZFS kernel modules have ballooned in size.  This is
   blocking updating the server hosting the Spectrum website, mailing
   lists, etc.
 
   <li>
-  <a href="https://github.com/NixOS/nixpkgs/issues/134948">nixpkgs
+  <p><a href="https://github.com/NixOS/nixpkgs/issues/134948">nixpkgs
   #134984</a>: cryptsetup cannot be built statically.  This would let
   us massively reduce the size of Spectrum's initramfs.  For Spectrum,
   we only need the <code>veritysetup</code> program from that package