Skip to content

Commit c097ee8

Browse files
committed
Updated sidebar icons
1 parent d7cdf35 commit c097ee8

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

site/image/sidebar-icon.png

327 Bytes
Loading

site/style/garden.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,10 @@ nav li.nav_intro h1 a { background-image: none; padding-left: 20px; }
142142
nav li.nav_object h1 a { background-position: 5px 3px; }
143143
nav li.nav_function h1 a { background-position: 5px -60px; }
144144
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; }
148149

149150
nav 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: 100px;
293+
font-size: 130px;
292294
}
293295

294296
#function:after, nav li.nav_function h1 a:after {

0 commit comments

Comments
 (0)