From d1f6fd2b8287d804daf96196121cf300cae5e7e3 Mon Sep 17 00:00:00 2001 From: Michel Wermelinger Date: Mon, 7 Aug 2023 09:28:32 +0100 Subject: [PATCH] One CSS section per presentation, to support #14 --- README.md | 2 +- custom.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ff35c33..7491e1d 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ If you also want to remove the `m269-23j`, `nb` and `allowed` commands: If you want to remove the M269 styling of notebooks: 1. Open file `~/.jupyter/custom/custom.css` in a text editor. -2. Delete all lines from the comment marking the start of M269 styling up to the comment ending it. +2. Delete all lines from the comment marking the start of M269-23J styling up to the comment ending it. 3. Save the file and close the editor. ## Licence diff --git a/custom.css b/custom.css index 2ba0664..7514bf5 100644 --- a/custom.css +++ b/custom.css @@ -1,4 +1,4 @@ -/* Start of M269 notebook styling. */ +/* Start of M269-23J notebook styling. */ /* By default, numbered lists use letters and Roman digits in levels 2, 3 and 4. @@ -11,4 +11,4 @@ Change to decimal digits to match numbering in PDF and HTML book versions. /* By default, horizontal lines are very light grey. Change to black. */ .rendered_html hr {border-top: 1px solid black;} -/* End of M269 notebook styling. */ +/* End of M269-23J notebook styling. */