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 @@ -469,6 +469,14 @@ div.reference-subgroup {
469
469
vertical-align : top;
470
470
}
471
471
472
+ # library-page .group-name {
473
+ display : inline-block;
474
+ }
475
+
476
+ # library-page .group-name : hover {
477
+ color : # ED225D ;
478
+ }
479
+
472
480
473
481
/* EXAMPLES IN REF */
474
482
@@ -2108,9 +2116,7 @@ footer {
2108
2116
.column .group-name {
2109
2117
margin-bottom : 1em ;
2110
2118
}
2111
- # library-page .group-name : hover {
2112
- color : # ED225D ;
2113
- }
2119
+
2114
2120
# library-page .group-name {
2115
2121
margin : 2em 0 0.5em 0 ;
2116
2122
}
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