From 2a830173247b7fac96f456c81e3dc9a5de98cd31 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 16 Nov 2023 13:21:44 -0800 Subject: [PATCH] Remove table of contents stylesheet --- assets/styles/root/050_table_of_contents.css | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 assets/styles/root/050_table_of_contents.css diff --git a/assets/styles/root/050_table_of_contents.css b/assets/styles/root/050_table_of_contents.css deleted file mode 100644 index 991b46a..0000000 --- a/assets/styles/root/050_table_of_contents.css +++ /dev/null @@ -1,3 +0,0 @@ -aside#table-of-contents { - grid-column: content-start / content-end; -}