File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
src/jupyter_contrib_nbextensions/nbextensions/toc2 Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ padding-left: 20px;
55
55
}
56
56
57
57
.toc {
58
- max-height : 500px ;
59
58
padding : 0px ;
60
59
overflow-y : auto;
61
60
font-weight : normal;
@@ -148,13 +147,6 @@ padding-left: 20px;
148
147
.highlight_on_scroll {
149
148
border-left : solid 4px blue;
150
149
}
151
- /* don't waste so much screen space... */
152
-
153
- /*
154
- .toc .toc-item .toc-item {
155
- padding-left: 1em;
156
- }
157
- */
158
150
159
151
.toc-item li { margin : 0 ; padding : 0 ; color : black }
160
152
.toc-item li > span { display : block }
@@ -165,12 +157,8 @@ padding-left: 20px;
165
157
.toc-item li li li li li > span { padding-left : 4em }
166
158
.toc-item li li li li li li > span { padding-left : 5em }
167
159
168
- .toc-item-num {
169
- font-style : normal;
170
- }
171
160
172
161
# toc-wrapper .toc-item-num {
173
- font-style : normal;
174
162
font-family : Georgia, Times New Roman, Times, serif;
175
163
color : black; /* default - alterable via nbextension-configurator */
176
164
}
You can’t perform that action at this time.
0 commit comments