File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
yuidoc-p5-theme-src/scripts/tpl Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -471,6 +471,14 @@ div.reference-subgroup {
471
471
vertical-align : top;
472
472
}
473
473
474
+ # library-page .group-name {
475
+ display : inline-block;
476
+ }
477
+
478
+ # library-page .group-name : hover {
479
+ color : # ED225D ;
480
+ }
481
+
474
482
475
483
/* EXAMPLES IN REF */
476
484
@@ -2122,9 +2130,7 @@ footer {
2122
2130
.column .group-name {
2123
2131
margin-bottom : 1em ;
2124
2132
}
2125
- # library-page .group-name : hover {
2126
- color : # ED225D ;
2127
- }
2133
+
2128
2134
# library-page .group-name {
2129
2135
margin : 2em 0 0.5em 0 ;
2130
2136
}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h3><%= module.name %> library</h3>
13
13
< % if (group.name !== module.name && group.name !== 'p5') { %>
14
14
< % if (group.hash) { %> < a href ="<%=group.hash%> " < % if (group.module !== module.name) { %> class="core"< % } %> > < % } %>
15
15
< h4 class ="group-name <% if (t == 0) { %> first<%}%> "> < %=group.name%> </ h4 >
16
- < % if (group.hash) { %> </ a > < % } %>
16
+ < % if (group.hash) { %> </ a > < br > < % } %>
17
17
< % } %>
18
18
< % _.each(group.items.filter(function(item) {return item.access !== 'private'}), function(item) { %>
19
19
< a href ="<%=item.hash%> " < % if (item.module !== module.name) { %> class="core"< % } %> > < %=item.name%> < % if (item.itemtype === 'method') { %> ()< %}%> </ a > < br >
You can’t perform that action at this time.
0 commit comments