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

Unified Diff: templates/default.tmpl

Issue 29588968: Noissue - Updated defaults.css and refactored #navbar-container (Closed) Base URL: https://bitbucket.org/adblockplus/adblockplus.org
Patch Set: Created Oct. 25, 2017, 5:58 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
« static/css/main.css ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: templates/default.tmpl
===================================================================
--- a/templates/default.tmpl
+++ b/templates/default.tmpl
@@ -75,17 +75,17 @@
{% if name == page %}
<li class="selected">{{get_string(name, "menu")}}</li>
{% else %}
<li>{{name|linkify}}{{get_string(name, "menu")}}</a></li>
{% endif %}
{% endmacro %}
<nav id="navbar">
- <div class="navbar-container">
+ <div class="container">
{{ "index" | linkify(id="navbar-logo") }}
<img
src="/img/navbar-logo.png"
srcset="/img/navbar-logo.svg 2x">
<span>{{ "Adblock <strong>Plus</strong>" | translate("navbar-logo-text", "Navbar logo text") }}</span>
</a>
<a href="#" id="navbar-menu-toggle">
<img
« static/css/main.css ('K') | « static/css/main.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld