Minor PDF tweaks: indent the TOC
This commit is contained in:
parent
0af612346e
commit
b3358ebceb
@ -33,7 +33,7 @@ kbd.osc {
|
|||||||
|
|
||||||
kbd.input {
|
kbd.input {
|
||||||
background: none;
|
background: none;
|
||||||
border-radius: unset;
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
kbd.cmd {
|
kbd.cmd {
|
||||||
@ -63,7 +63,7 @@ kbd.cmd.win:before {
|
|||||||
kbd.menu,
|
kbd.menu,
|
||||||
kbd.option,
|
kbd.option,
|
||||||
kbd.optoff {
|
kbd.optoff {
|
||||||
border-radius: unset;
|
border-radius: 0;
|
||||||
background: rgb(240, 240, 240);
|
background: rgb(240, 240, 240);
|
||||||
box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4);
|
box-shadow: inset 0 0 1px rgb(255, 255, 255), inset 0 0 .4em rgb(200, 200, 200), 0 .1em 0 rgb(130, 130, 130), 0 .11em 0 rgba(0, 0, 0, .4);
|
||||||
}
|
}
|
||||||
|
@ -162,8 +162,6 @@ td, th {
|
|||||||
ul.toc {
|
ul.toc {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* create page numbers using target-counter in the TOC */
|
/* create page numbers using target-counter in the TOC */
|
||||||
|
Loading…
Reference in New Issue
Block a user