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; }
142142nav li .nav_object h1 a { background-position : 5px 3px ; }
143143nav li .nav_function h1 a { background-position : 5px -60px ; }
144144nav 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 ; }
148149
149150nav a {
150151 color : white;
@@ -286,9 +287,10 @@ nav li.nav_intro h1 a:after { content: 'i'; font-style: italic; }
286287# array : after , nav li .nav_array h1 a : after { content : '[ ]' ; }
287288# types : after , nav li .nav_types h1 a : after { content : '=' ; font-weight : bold; }
288289# core : after , nav li .nav_core h1 a : after { content : 'js' ; }
290+
289291# appendix : after , nav li .nav_appendix h1 a : after {
290292 content : '*' ;
291- font-size : 100 px ;
293+ font-size : 130 px ;
292294}
293295
294296# function : after , nav li .nav_function h1 a : after {
You can’t perform that action at this time.
0 commit comments