@@ -181,15 +181,19 @@ nav.sub {
181
181
overflow : auto;
182
182
}
183
183
184
- .sidebar .current {
184
+ .sidebar .block > ul > li {
185
185
margin-right : -20px ;
186
186
}
187
187
188
- .content , nav { max-width : 960px ; }
188
+ .content , nav {
189
+ max-width : 960px ;
190
+ }
189
191
190
192
/* Everything else */
191
193
192
- .js-only , .hidden { display : none !important ; }
194
+ .js-only , .hidden {
195
+ display : none !important ;
196
+ }
193
197
194
198
.sidebar img {
195
199
margin : 20px auto;
@@ -218,7 +222,9 @@ nav.sub {
218
222
border : none;
219
223
}
220
224
221
- .location a : first-child { font-weight : 500 ; }
225
+ .location a : first-child {
226
+ font-weight : 500 ;
227
+ }
222
228
223
229
.block {
224
230
padding : 0 ;
@@ -299,7 +305,9 @@ nav.sub {
299
305
-ms-user-select : none;
300
306
user-select : none;
301
307
}
302
- .line-numbers span { cursor : pointer; }
308
+ .line-numbers span {
309
+ cursor : pointer;
310
+ }
303
311
304
312
.docblock-short p {
305
313
display : inline;
@@ -317,7 +325,9 @@ nav.sub {
317
325
text-overflow : ellipsis;
318
326
margin : 0 ;
319
327
}
320
- .docblock-short code { white-space : nowrap; }
328
+ .docblock-short code {
329
+ white-space : nowrap;
330
+ }
321
331
322
332
.docblock h1 , .docblock h2 , .docblock h3 , .docblock h4 , .docblock h5 {
323
333
border-bottom : 1px solid;
@@ -384,7 +394,9 @@ h4 > code, h3 > code, .invisible > code {
384
394
display : inline-block;
385
395
}
386
396
387
- # main { position : relative; }
397
+ # main {
398
+ position : relative;
399
+ }
388
400
# main > .since {
389
401
top : inherit;
390
402
font-family : "Fira Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
@@ -428,7 +440,9 @@ h4 > code, h3 > code, .invisible > code {
428
440
padding : 0 ;
429
441
}
430
442
431
- .content .item-list li { margin-bottom : 1em ; }
443
+ .content .item-list li {
444
+ margin-bottom : 1em ;
445
+ }
432
446
433
447
.content .multi-column {
434
448
-moz-column-count : 5 ;
0 commit comments