Merge "Titles in table of contents continue into the page"

This commit is contained in:
Jenkins 2015-09-25 21:00:11 +00:00 committed by Gerrit Code Review
commit b0f3ed9cca
2 changed files with 15 additions and 2 deletions

View File

@ -42,7 +42,7 @@ div.sphinxsidebarwrapper {
div.sphinxsidebar {
float: left;
width: 230px;
width: 260px;
margin-left: -100%;
font-size: 90%;
}

View File

@ -85,7 +85,7 @@ a.headerlink {
div.body {
margin-top: -25px;
margin-left: 230px;
margin-left: 260px;
}
div.document {
@ -113,3 +113,16 @@ div.sphinxsidebar ul li ul li {
margin-top: 0;
font-weight: normal;
}
/** Provide the sidebar to allow long words to go to the next line
making them easier to read.*/
div.sphinxsidebar a {
display: block;
text-indent: -1em;
margin-left: 1em;
word-wrap: break-word;
}
div.sphinxsidebar ul {
margin: 10px 10px;
}