Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: templates/default.tmpl

Issue 29337807: Issue 3097 - Refactored subscriptions list table on adblockplus.org/en/subscriptions (Closed)
Patch Set: Changed footer-main class to id, removed .screen-reader-text class Created July 28, 2016, 9:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -138,17 +138,17 @@
{% endif %}
{% endif %}
{% block body %}
{{body|safe}}
{% endblock %}
</div>
- <footer>
+ <footer id="footer-main">
<div id="footer-content">
<nav>
<section class="first">
<h1>{{get_string("resources", "menu")}}</h1>
<ul>
{% for name in ["acceptable-ads", "documentation", "deployments", "privacy", "impressum"] %}
{{pageitem(name)}}
{% endfor %}

Powered by Google App Engine
This is Rietveld