Skip to content

Commit 4d240e0

Browse files
committed
adopt latest version of style_jb2.css
1 parent ba08814 commit 4d240e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

notebooks/_static/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
* thanks SO
4444
* https://stackoverflow.com/questions/1817792/is-there-a-previous-sibling-selector
4545
*/
46-
article main {
46+
main {
4747
p:has(+ :is(ol, ul)) {
4848
margin-bottom: 0px !important;
4949
}

notebooks/_static/style_jb2.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
* thanks SO
4343
* https://stackoverflow.com/questions/1817792/is-there-a-previous-sibling-selector
4444
*/
45-
article main {
45+
main {
4646
p:has(+ :is(ol, ul)) {
4747
margin-bottom: 0px !important;
4848
}

0 commit comments

Comments
 (0)