Merge pull request #73 from medialab-prado/legislation-text-index-style

Legislation text index styles
This commit is contained in:
Amaia Castro
2017-01-19 12:37:30 +01:00
committed by GitHub
6 changed files with 74 additions and 51 deletions

View File

@@ -40,9 +40,9 @@
<div class="draft-index-rotated center">
<span class="panel-title"><%= t('.text_toc') %></span>
</div>
<div data-sticky-container>
<div data-sticky data-anchor="sticky-panel" class="draft-index sticky">
<div data-sticky data-anchor="sticky-panel" class="draft-index sticky" data-tree-navigator>
<%= @draft_version.toc_html.html_safe %>
</div>
</div>