SOLR-11442: fix width of in-page TOC

This commit is contained in:
Cassandra Targett 2017-10-06 09:54:37 -05:00
parent e193cd2027
commit c5f9a6f221
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}