From 0b00adb14872b5e539cc3c971e24f1bd0d07e89b Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sun, 28 Jan 2024 18:52:02 -0500 Subject: [PATCH] Fix for ox-tufte impl --- emacs/dist/tufte.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/emacs/dist/tufte.css b/emacs/dist/tufte.css index f29104d..18afe3a 100644 --- a/emacs/dist/tufte.css +++ b/emacs/dist/tufte.css @@ -229,16 +229,16 @@ blockquote footer { text-align: right; } -section > p, -section > footer, -section > table { +article p, +article footer, +article table { width: 55%; } /* 50 + 5 == 55, to be the same width as paragraph */ -section > dl, -section > ol, -section > ul { +article dl, +article ol, +article ul { width: 50%; -webkit-padding-start: 5%; } @@ -523,9 +523,9 @@ label.margin-toggle:not(.sidenote-number) { } hr, - section > p, - section > footer, - section > table { + article p, + article footer, + article table { width: 100%; } @@ -533,9 +533,9 @@ label.margin-toggle:not(.sidenote-number) { width: 97%; } - section > dl, - section > ol, - section > ul { + article dl, + article ol, + article ul { width: 90%; }