Skip to content

Commit

Permalink
One CSS section per presentation, to support #14
Browse files Browse the repository at this point in the history
  • Loading branch information
mwermelinger committed Aug 7, 2023
1 parent 6531b97 commit d1f6fd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions custom.css
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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. */

0 comments on commit d1f6fd2

Please sign in to comment.