Website: Change height of toc
This commit is contained in:
parent
78b7a83424
commit
472e9589d5
|
@ -14,18 +14,18 @@
|
||||||
|
|
||||||
h1 {font-size: 14pt;}
|
h1 {font-size: 14pt;}
|
||||||
|
|
||||||
#table-of-contents {
|
#table-of-contents {
|
||||||
font-size: 85%;
|
font-size: 85%;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
display: block;
|
display: block;
|
||||||
left: 10px;
|
left: 10px;
|
||||||
top: 180px;
|
top: 180px;
|
||||||
width: 200px;
|
width: 200px;
|
||||||
height: 600px;
|
min-height:60px;
|
||||||
|
max-height:55%;
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
overflow:auto;
|
overflow:auto;
|
||||||
border-style:none;
|
}
|
||||||
}
|
|
||||||
|
|
||||||
#table-of-contents h2 {
|
#table-of-contents h2 {
|
||||||
display:none;
|
display:none;
|
||||||
|
|
Loading…
Reference in New Issue