Fix for ox-tufte impl
This commit is contained in:
parent
4adc3dfc99
commit
0b00adb148
24
emacs/dist/tufte.css
vendored
24
emacs/dist/tufte.css
vendored
|
@ -229,16 +229,16 @@ blockquote footer {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
section > p,
|
article p,
|
||||||
section > footer,
|
article footer,
|
||||||
section > table {
|
article table {
|
||||||
width: 55%;
|
width: 55%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 50 + 5 == 55, to be the same width as paragraph */
|
/* 50 + 5 == 55, to be the same width as paragraph */
|
||||||
section > dl,
|
article dl,
|
||||||
section > ol,
|
article ol,
|
||||||
section > ul {
|
article ul {
|
||||||
width: 50%;
|
width: 50%;
|
||||||
-webkit-padding-start: 5%;
|
-webkit-padding-start: 5%;
|
||||||
}
|
}
|
||||||
|
@ -523,9 +523,9 @@ label.margin-toggle:not(.sidenote-number) {
|
||||||
}
|
}
|
||||||
|
|
||||||
hr,
|
hr,
|
||||||
section > p,
|
article p,
|
||||||
section > footer,
|
article footer,
|
||||||
section > table {
|
article table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -533,9 +533,9 @@ label.margin-toggle:not(.sidenote-number) {
|
||||||
width: 97%;
|
width: 97%;
|
||||||
}
|
}
|
||||||
|
|
||||||
section > dl,
|
article dl,
|
||||||
section > ol,
|
article ol,
|
||||||
section > ul {
|
article ul {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user