Fix for ox-tufte impl

This commit is contained in:
James Patrick 2024-01-28 18:52:02 -05:00 committed by James Patrick
parent 4adc3dfc99
commit 0b00adb148
1 changed files with 12 additions and 12 deletions

24
emacs/dist/tufte.css vendored
View File

@ -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%;
}