Changed style

This commit is contained in:
zeldaroot 2020-03-16 05:49:48 +02:00
parent 26a773d068
commit bb8bddc5cf
3 changed files with 4 additions and 22 deletions

View File

@ -93,21 +93,11 @@
<span class="sortn2">
<% page.sorting.forEach(function (sort) { %>
<% if (sort.active) { %>
<a href="<%- sort.url %>">
<strong><%- sort.name %></strong>
</a>
<a href="<%- sort.url %>"><strong><%- sort.name %></strong></a>
<% } else { %>
<a href="<%- sort.url %>">
<%- sort.name %>
</a>
<a href="<%- sort.url %>"><%- sort.name %></a>
<% } %>
<% }); %>
</span>

View File

@ -94,13 +94,7 @@
</div>
</div>
<div class="main-sliders-title">
<a href="<%- movie.url %>">
<%= movie.title %> (
<% if (movie.season && movie.episode) { %><%- movie.season %> <%- page.l.season %> <%- movie.episode %> <%- page.l.episode %>
<% } else { %><%- movie.year %>
<% } %>
)
</a>
<a href="<%- movie.url %>"><%= movie.title %> (<% if (movie.season && movie.episode) { %><%- movie.season %> <%- page.l.season %> <%- movie.episode %> <%- page.l.episode %><% } else { %><%- movie.year %><% } %>)</a>
</div>
</div>

View File

@ -180,9 +180,7 @@
<a href="<%- movie.url %>">
<img src="<%- movie.poster %>"
alt="<%= movie.title %> (<%- movie.year %>)">
<div class="fullstory-slider-title"><%= movie.title %>
(<%- movie.year %>)
</div>
<div class="fullstory-slider-title"><%= movie.title %>(<%- movie.year %>)</div>
</a>
</div>
<% }); } %>