removes headings on footer

This commit is contained in:
Alberto Garcia Cabeza
2017-04-21 17:10:11 +02:00
parent 4a06e34aa6
commit 05c366e2ff
2 changed files with 5 additions and 15 deletions

View File

@@ -587,12 +587,8 @@ footer {
padding-left: 0; padding-left: 0;
} }
h2 a { a.title {
border-bottom: 1px solid $text-light; font-weight: bold;
display: block;
font-size: rem-calc(24);
line-height: rem-calc(31);
padding-bottom: $line-height/4;
text-decoration: none; text-decoration: none;
} }
} }

View File

@@ -17,23 +17,17 @@
<div class="footer-sections small-12 large-8 column"> <div class="footer-sections small-12 large-8 column">
<div class="small-12 medium-4 column"> <div class="small-12 medium-4 column">
<h2> <%= link_to t("layouts.footer.participation_title"), root_path, class: "title" %>
<%= link_to t("layouts.footer.participation_title"), root_path %>
</h2>
<p><%= t("layouts.footer.participation_text") %></p> <p><%= t("layouts.footer.participation_text") %></p>
</div> </div>
<div class="small-12 medium-4 column"> <div class="small-12 medium-4 column">
<h2> <%= link_to t("layouts.footer.transparency_title"), setting['transparency_url'].presence || t("layouts.footer.transparency_url"), class: "title", rel: "nofollow" %>
<%= link_to t("layouts.footer.transparency_title"), setting['transparency_url'].presence || t("layouts.footer.transparency_url"), rel: "nofollow" %>
</h2>
<p><%= t("layouts.footer.transparency_text") %></p> <p><%= t("layouts.footer.transparency_text") %></p>
</div> </div>
<div class="small-12 medium-4 column"> <div class="small-12 medium-4 column">
<h2> <%= link_to t("layouts.footer.open_data_title"), setting['opendata_url'].presence || t("layouts.header.external_link_opendata_url"), class: "title", rel: "nofollow" %>
<%= link_to t("layouts.footer.open_data_title"), setting['opendata_url'].presence || t("layouts.header.external_link_opendata_url"), rel: "nofollow" %>
</h2>
<p><%= t("layouts.footer.open_data_text") %></p> <p><%= t("layouts.footer.open_data_text") %></p>
</div> </div>
</div> </div>