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

Unified Diff: templates/simple.tmpl

Issue 29558641: Issue 5740 - Implemented new abp.org footer styles (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Rebased on header Created Oct. 11, 2017, 12:14 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
« templates/default.tmpl ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/simple.tmpl
===================================================================
--- a/templates/simple.tmpl
+++ b/templates/simple.tmpl
@@ -26,13 +26,13 @@
<body>
<header>
<img id="logo" src="/img/adblockplus_100.png" alt="{{"Adblock Plus logo"|translate("abp-logo", "Alternative text for Adblock Plus logo image")}}" />
<h1>{{title|translate("title")}}</h1>
</header>
<div id="content">
{{body|safe}}
</div>
- <footer id="footer-main">
+ <footer id="site-footer">
juliandoucette 2017/10/11 13:12:09 Note: I'm going to exclude this change (uninstall
ire 2017/10/11 16:28:32 Since there are no longer any styles for #footer-m
{{"impressum"|linkify}}{{"Legal notice"|translate("legal-notice", "Legal notice in the footer")}}</a>
</footer>
</body>
</html>
« templates/default.tmpl ('K') | « templates/default.tmpl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld