File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -142,9 +142,10 @@ nav li.nav_intro h1 a { background-image: none; padding-left: 20px; }
142
142
nav li .nav_object h1 a { background-position : 5px 3px ; }
143
143
nav li .nav_function h1 a { background-position : 5px -60px ; }
144
144
nav li .nav_array h1 a { background-position : 5px -28px ; }
145
- nav li .nav_types h1 a { background-position : 5px -90px ; }
146
- nav li .nav_core h1 a { background-position : 5px -122px ; }
147
- nav li .nav_other h1 a { background-position : 5px -153px ; }
145
+ nav li .nav_types h1 a { background-position : 5px -92px ; }
146
+ nav li .nav_core h1 a { background-position : 5px -124px ; }
147
+ nav li .nav_other h1 a { background-position : 5px -156px ; }
148
+ nav li .nav_appendix h1 a { background-position : 5px -188px ; }
148
149
149
150
nav a {
150
151
color : white;
@@ -286,9 +287,10 @@ nav li.nav_intro h1 a:after { content: 'i'; font-style: italic; }
286
287
# array : after , nav li .nav_array h1 a : after { content : '[ ]' ; }
287
288
# types : after , nav li .nav_types h1 a : after { content : '=' ; font-weight : bold; }
288
289
# core : after , nav li .nav_core h1 a : after { content : 'js' ; }
290
+
289
291
# appendix : after , nav li .nav_appendix h1 a : after {
290
292
content : '*' ;
291
- font-size : 100 px ;
293
+ font-size : 130 px ;
292
294
}
293
295
294
296
# function : after , nav li .nav_function h1 a : after {
You can’t perform that action at this time.
0 commit comments