Skip to content

Commit 7a44624

Browse files
committed
[toc2] remove unused css
1 parent 73df97c commit 7a44624

File tree

1 file changed

+0
-12
lines changed
  • src/jupyter_contrib_nbextensions/nbextensions/toc2

1 file changed

+0
-12
lines changed

src/jupyter_contrib_nbextensions/nbextensions/toc2/main.css

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ padding-left: 20px;
5555
}
5656

5757
.toc {
58-
max-height: 500px;
5958
padding: 0px;
6059
overflow-y: auto;
6160
font-weight: normal;
@@ -148,13 +147,6 @@ padding-left: 20px;
148147
.highlight_on_scroll {
149148
border-left: solid 4px blue;
150149
}
151-
/* don't waste so much screen space... */
152-
153-
/*
154-
.toc .toc-item .toc-item {
155-
padding-left: 1em;
156-
}
157-
*/
158150

159151
.toc-item li { margin:0; padding:0; color:black }
160152
.toc-item li > span { display:block }
@@ -165,12 +157,8 @@ padding-left: 20px;
165157
.toc-item li li li li li > span { padding-left:4em }
166158
.toc-item li li li li li li > span { padding-left:5em }
167159

168-
.toc-item-num {
169-
font-style: normal;
170-
}
171160

172161
#toc-wrapper .toc-item-num {
173-
font-style: normal;
174162
font-family: Georgia, Times New Roman, Times, serif;
175163
color: black; /* default - alterable via nbextension-configurator */
176164
}

0 commit comments

Comments
 (0)