mirror of https://github.com/apache/lucene.git
SOLR-11442: fix width of in-page TOC
This commit is contained in:
parent
e193cd2027
commit
c5f9a6f221
|
@ -1107,6 +1107,7 @@ body.toc2 #header > h1:nth-last-child(2)
|
|||
float: right;
|
||||
margin-left: 1em;
|
||||
border: none;
|
||||
max-width: 300px;
|
||||
}
|
||||
}
|
||||
.toc > ul
|
||||
|
@ -1156,7 +1157,6 @@ div.toc ul {
|
|||
background-color: whitesmoke;
|
||||
padding: 5px;
|
||||
border-radius: 5px;
|
||||
max-width: 300px;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue