File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -426,6 +426,9 @@ so that we can set our own later */
426
426
.ptx-content section .para + .tabular-box {
427
427
margin-top : 0.75em ;
428
428
}
429
+ .ptx-content section .tabular-box + .tabular-box {
430
+ margin-top : 1.0em ;
431
+ }
429
432
.ptx-content section .proof {
430
433
margin-top : 0.75em ;
431
434
}
Original file line number Diff line number Diff line change 32
32
padding-left : 0.3rem ;
33
33
display : inline-block;
34
34
}
35
+ .ptx-toc .codenumber + .title {
36
+ padding-left : 0.3rem ;
37
+ }
38
+ .ptx-toc .internal > .title : first-child {
39
+ padding-left : 1.0rem ;
40
+ }
41
+ .ptx-toc .structural .structural .codenumber {
42
+ padding-top : 0.2em ;
43
+ font-size : 80% ;
44
+ }
35
45
46
+ /*
36
47
.ptx-toc :is(.toc-frontmatter, .toc-backmatter) > .toc-title-box > a .title {
37
48
margin-left: 1.5rem;
38
49
}
50
+ */
39
51
40
52
.ptx-toc .toc-part > .toc-title-box > a .codenumber {
41
53
min-width : 1.5rem ;
@@ -264,4 +276,4 @@ omitting, because it caused a "jump"
264
276
: root {
265
277
--parttoc : color-mix (in srgb, var (--chaptertoc ), black 15% );
266
278
}
267
- }
279
+ }
You can’t perform that action at this time.
0 commit comments