File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
yuidoc-p5-theme-src/scripts/tpl Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1342,6 +1342,9 @@ h4 + p {display: inline;}
1342
1342
float : left;
1343
1343
}
1344
1344
1345
+ .method_description p {
1346
+ margin-top : 0 ;
1347
+ }
1345
1348
1346
1349
section {
1347
1350
padding : 0 ;
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h4>Methods</h4>
24
24
< table >
25
25
< % _.each(methods, function(item) { %>
26
26
< tr >
27
- < td > < a href ="<%=item.hash%> " < % if (item.module !== module) { %> class="addon"< % } %> > < %=item.name%> < % if (item.itemtype === 'method') { %> ()< %}%> </ a > </ td > < td > < %= item.description %> </ td >
27
+ < td > < a href ="<%=item.hash%> " < % if (item.module !== module) { %> class="addon"< % } %> > < %=item.name%> < % if (item.itemtype === 'method') { %> ()< %}%> </ a > </ td > < td > < div class =" method_description " > < %= item.description %> </ div > </ td >
28
28
</ tr >
29
29
< % }); %>
30
30
</ table >
You can’t perform that action at this time.
0 commit comments