Skip to content

Commit eda6719

Browse files
change sizes because of "--disable-smart-shrinking"
1 parent 2b235e4 commit eda6719

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/stylesheets/toc.xsl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
h1 {
1818
text-align: center;
19-
font-size: 20px;
19+
font-size: 16px;
2020
}
2121
div {
2222
border-bottom: 1px dashed rgb(200,200,200);
@@ -27,24 +27,24 @@
2727
}
2828
li {
2929
list-style: none;
30-
padding-top: 20px;
30+
padding-top: 16px;
3131
}
3232
li li {
33-
padding-top: 5px;
33+
padding-top: 4px;
3434
}
3535
li li li {
3636
padding-top: 0px;
3737
}
3838
ul {
39-
font-size: 20px;
39+
font-size: 16px;
4040
padding-left: 0em;
4141
}
4242
ul ul {
4343
font-size: 80%;
4444
padding-left: 1em;
4545
}
4646
ul ul ul ul {
47-
font-size: 12.8px;
47+
font-size: 10px;
4848
margin-top: 0px;
4949
margin-bottom: 0px;
5050
}

0 commit comments

Comments
 (0)