File tree 3 files changed +4
-2
lines changed
3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ r##"<!DOCTYPE html>
105
105
<dd>Switch tab</dd>
106
106
<dt>⏎</dt>
107
107
<dd>Go to active search result</dd>
108
- <dt>+ </dt>
108
+ <dt style="width:31px;">+ / - </dt>
109
109
<dd>Collapse/expand all sections</dd>
110
110
</dl>
111
111
</div>
Original file line number Diff line number Diff line change 213
213
break ;
214
214
215
215
case "+" :
216
+ case "-" :
216
217
ev . preventDefault ( ) ;
217
218
toggleAllDocs ( ) ;
218
219
break ;
Original file line number Diff line number Diff line change @@ -582,13 +582,14 @@ body.blur > :not(#help) {
582
582
display : block;
583
583
margin-top : -1px ;
584
584
}
585
- # help dd { margin : 5px 33 px ; }
585
+ # help dd { margin : 5px 35 px ; }
586
586
# help .infos { padding-left : 0 ; }
587
587
# help h1 , # help h2 { margin-top : 0 ; }
588
588
# help > div div {
589
589
width : 50% ;
590
590
float : left;
591
591
padding : 20px ;
592
+ padding-left : 17px ;
592
593
}
593
594
594
595
.stab {
You can’t perform that action at this time.
0 commit comments