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

Unified Diff: includes/layout/footer.tmpl

Issue 29676691: Issue 6237 - Implement wd navbar component in help.eyeo.com (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Jan. 22, 2018, 10:39 a.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
« no previous file with comments | « no previous file | includes/layout/header.tmpl » ('j') | templates/minimal.tmpl » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/layout/footer.tmpl
===================================================================
--- a/includes/layout/footer.tmpl
+++ b/includes/layout/footer.tmpl
@@ -1,9 +1,9 @@
-<footer id="site-footer" class="navbar">
+<footer id="site-footer">
<div class="container large-desktop-width">
<div class="row">
<div id="site-footer-locales" class="column one-fourth">
<div id="language-select" class="custom-select">
<button class="custom-select-selected" aria-expanded="false" aria-haspopup="true">
{{ config.get("langnames", locale) }}
</button>
<ul class="custom-select-options" aria-label="{{ "Select Language" | translate("language-options-label", "Label") }}" role="menu" tabindex="-1">
« no previous file with comments | « no previous file | includes/layout/header.tmpl » ('j') | templates/minimal.tmpl » ('J')

Powered by Google App Engine
This is Rietveld