diff --git a/src/assets/css/main.css b/src/assets/css/main.css index 5420e80478..448447e749 100644 --- a/src/assets/css/main.css +++ b/src/assets/css/main.css @@ -833,7 +833,7 @@ a.code.addon { height: 100px; position: relative; background: white; - /* margin-top: 1.5em; temp promo */ + margin-top: 1.5em; /* temp promo */ } #navi, @@ -2263,7 +2263,7 @@ footer { @media (min-width: 780px) { .container { width: 49em !important; - margin: 10em auto; /* temp promo, 11.5em */ + margin: 11.5em auto; /* temp promo, 10.0em */ } main { width: 36em; @@ -2276,7 +2276,7 @@ footer { @media (min-width: 780px) { .container { - margin: 10em auto; /* temp promo, 11.5em */ + margin: 11.5em auto; /* temp promo, 10.0em */ width: 100%; padding: 0.8em 0 0 0; height: auto; @@ -2301,7 +2301,7 @@ footer { } #i18n-btn { position: absolute; - top: 2.5em; /* temp promo, 4.0em */ + top: 4.0em; /* temp promo, 2.5em */ right: 1em; } #i18n-btn a { diff --git a/src/assets/js/reference.js b/src/assets/js/reference.js index affcb1f9a4..37150da749 100644 --- a/src/assets/js/reference.js +++ b/src/assets/js/reference.js @@ -4404,7 +4404,7 @@ define('menuView',[ }); -define('text!tpl/library.html',[],function () { return '

<%= module.name %> library

\n\n

<%= module.description %>

\n\n
\n\n<% var t = 0; col = 0; %>\n\n<% _.each(groups, function(group){ %>\n <% if (t == 0) { %> \n
\n <% } %>\n <% if (group.name !== module.name && group.name !== \'p5\') { %>\n <% if (group.hash) { %> class="core"<% } %>><% } %> \n

<%=group.name%>

\n <% if (group.hash) { %>

<% } %>\n <% } %>\n <% _.each(group.items.filter(function(item) {return item.access !== \'private\'}), function(item) { %>\n class="core"<% } %>><%=item.name%><% if (item.itemtype === \'method\') { %>()<%}%>
\n <% t++; %>\n <% }); %>\n <% if (t >= Math.floor(totalItems/4)) { col++; t = 0; %>\n
\n <% } %>\n<% }); %>\n
\n';}); +define('text!tpl/library.html',[],function () { return '

<%= module.name %> library

\n\n

<%= module.description %>

\n\n
\n\n<% var t = 0; col = 0; %>\n\n<% _.each(groups, function(group){ %>\n <% if (t == 0) { %> \n
\n <% } %>\n <% if (group.name !== module.name && group.name !== \'p5\') { %>\n <% if (group.hash) { %> class="core"<% } %>><% } %> \n

<%=group.name%>

\n <% if (group.hash) { %>

<% } %>\n <% } %>\n <% _.each(group.items.filter(function(item) {return item.access !== \'private\'}), function(item) { %>\n class="core"<% } %>><%=item.name%><% if (item.itemtype === \'method\') { %>()<%}%>
\n <% t++; %>\n <% }); %>\n <% if (t >= Math.floor(totalItems/4)) { col++; t = 0; %>\n
\n <% } %>\n<% }); %>\n
\n';}); define( 'libraryView',[ diff --git a/src/templates/pages/download/support.hbs b/src/templates/pages/download/support.hbs index 3287f4a2d0..ea7cfd942b 100644 --- a/src/templates/pages/download/support.hbs +++ b/src/templates/pages/download/support.hbs @@ -14,7 +14,8 @@ slug: download/

{{#i18n "support-title"}}{{/i18n}}

{{#i18n "support-1"}}{{/i18n}}Processing Foundation{{#i18n "support-2"}}{{/i18n}} {{#i18n "support-3"}}{{/i18n}}{{#i18n "support-4"}}{{/i18n}}{{#i18n "support-5"}}{{/i18n}}

- + {{!-- --}} +

{{#i18n "support-32"}}{{/i18n}}{{#i18n "support-33"}}{{/i18n}}

diff --git a/src/templates/pages/index.hbs b/src/templates/pages/index.hbs index b686a9b4e2..a1969787dc 100644 --- a/src/templates/pages/index.hbs +++ b/src/templates/pages/index.hbs @@ -44,8 +44,8 @@ slug: / target="_blank">{{#i18n "p4xp6"}}{{/i18n}} -

{{#i18n "sketch_credits"}}{{/i18n}}

-

{{#i18n "sketch_info"}}{{/i18n}}

+ {{!--

{{#i18n "sketch_credits"}}{{/i18n}}

+

{{#i18n "sketch_info"}}{{/i18n}}

--}} {{> footer}} @@ -60,5 +60,5 @@ slug: / - + {{!-- --}} \ No newline at end of file diff --git a/src/templates/partials/footer.hbs b/src/templates/partials/footer.hbs index fdf6ca2d12..978949b4d3 100644 --- a/src/templates/partials/footer.hbs +++ b/src/templates/partials/footer.hbs @@ -4,7 +4,7 @@ title: footer