Changed style

This commit is contained in:
zeldaroot 2019-12-13 00:38:19 +02:00
parent 24c3c3562d
commit 7ee2bbac8a
6 changed files with 6 additions and 6 deletions

View File

@ -281,7 +281,7 @@
<% if (category.movies.length) {
category.movies.splice(7, category.movies.length % 7);
category.movies.forEach(function (movie, i) { %>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (i === 0) { %>page_post_thumb_first_column page_post_thumb_first_row<% } else if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<% }); } %>
</div>
</div>

View File

@ -282,7 +282,7 @@
<% if (category.movies.length) {
category.movies.splice(7, category.movies.length % 7);
category.movies.forEach(function (movie, i) { %>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (i === 0) { %>page_post_thumb_first_column page_post_thumb_first_row<% } else if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<% }); } %>
</div>
</div>

View File

@ -288,7 +288,7 @@
<% if (category.movies.length) {
category.movies.splice(7, category.movies.length % 7);
category.movies.forEach(function (movie, i) { %>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (i === 0) { %>page_post_thumb_first_column page_post_thumb_first_row<% } else if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<% }); } %>
</div>
</div>

View File

@ -282,7 +282,7 @@
<% if (category.movies.length) {
category.movies.splice(7, category.movies.length % 7);
category.movies.forEach(function (movie, i) { %>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (i === 0) { %>page_post_thumb_first_column page_post_thumb_first_row<% } else if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<% }); } %>
</div>
</div>

View File

@ -281,7 +281,7 @@
<% if (category.movies.length) {
category.movies.splice(7, category.movies.length % 7);
category.movies.forEach(function (movie, i) { %>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (i === 0) { %>page_post_thumb_first_column page_post_thumb_first_row<% } else if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<% }); } %>
</div>
</div>

View File

@ -281,7 +281,7 @@
<% if (category.movies.length) {
category.movies.splice(7, category.movies.length % 7);
category.movies.forEach(function (movie, i) { %>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<a href="<%- movie.url %>" style="width: 68px; height: 97px; background-image: url('<%- movie.poster %>')" class="page_post_thumb_wrap image_cover fl_l <% if (i === 0) { %>page_post_thumb_first_column page_post_thumb_first_row<% } else if (!(i % 6)) { %>page_post_thumb_last_column page_post_thumb_last_row<% } else { %>page_post_thumb_last_row<% } %>" title="<%= movie.title %>"></a>
<% }); } %>
</div>
</div>