[DE] refactoring

This commit is contained in:
Maxim Kadushkin 2017-03-21 17:16:46 +03:00
parent d7caf23d65
commit 1e46c9b386
2 changed files with 2 additions and 1 deletions

View file

@ -141,6 +141,7 @@
width: 27px; width: 27px;
height: 27px; height: 27px;
background-position: @arrow-big-offset-x @arrow-big-offset-y; background-position: @arrow-big-offset-x @arrow-big-offset-y;
transition: transform .2s;
} }
&.active { &.active {

View file

@ -8,7 +8,7 @@
<ul> <ul>
<% for(var i in tabs) { %> <% for(var i in tabs) { %>
<li> <li>
<a href="#" data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a> <a data-tab="<%= tabs[i].action %>" title="<%= tabs[i].caption %>"><%= tabs[i].caption %></a>
</li> </li>
<% } %> <% } %>
<div class="marker"></div> <div class="marker"></div>