Codebase list oslo-sphinx / b0f3ed9
Merge "Titles in table of contents continue into the page" Jenkins authored 8 years ago Gerrit Code Review committed 8 years ago
2 changed file(s) with 15 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
4141
4242 div.sphinxsidebar {
4343 float: left;
44 width: 230px;
44 width: 260px;
4545 margin-left: -100%;
4646 font-size: 90%;
4747 }
8484
8585 div.body {
8686 margin-top: -25px;
87 margin-left: 230px;
87 margin-left: 260px;
8888 }
8989
9090 div.document {
112112 margin-top: 0;
113113 font-weight: normal;
114114 }
115
116 /** Provide the sidebar to allow long words to go to the next line
117 making them easier to read.*/
118 div.sphinxsidebar a {
119 display: block;
120 text-indent: -1em;
121 margin-left: 1em;
122 word-wrap: break-word;
123 }
124
125 div.sphinxsidebar ul {
126 margin: 10px 10px;
127 }