From c7cfdc46c313cd8966a4a3a54cd1291d61d1f4ff Mon Sep 17 00:00:00 2001 From: avahoffman Date: Thu, 11 Jan 2024 19:40:31 -0500 Subject: [PATCH] See if this helps with the weird caps? --- assets/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/style.css b/assets/style.css index 118d6da2..8c67dcb5 100755 --- a/assets/style.css +++ b/assets/style.css @@ -192,10 +192,6 @@ li.appendix span, li.part span { /* for TOC part names */ text-transform: uppercase; } -.part + li[data-level=""] { /* grabs first .chapter immediately after .part...but only those ch without numbers */ - text-transform: uppercase; -} - /* The next two rules make the horizontal line go straight across in top navbar */