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

Unified Diff: includes/layout/header.tmpl

Issue 29589595: Noissue - Use new utilities and .container from website-defaults (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 26, 2017, 10:44 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 | static/scss/base/_utilities.scss » ('j') | static/scss/base/_utilities.scss » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/layout/header.tmpl
===================================================================
--- a/includes/layout/header.tmpl
+++ b/includes/layout/header.tmpl
@@ -3,17 +3,17 @@
{% set search_label = "Search " + product.full_name + " Help" %}
{% set search_site = config.get("general", "siteurl") + "," + product.url %}
{% else %}
{% set search_label = "Search for help..." %}
{% set search_site = config.get("general", "siteurl") %}
{% endif %}
<header id="site-header" class="navbar {{ 'site-header-minimal' if product_id is not defined }}">
- <div class="navbar-wrapper">
+ <div class="container large-desktop-width">
<h1 id="site-title">
{{ "index" | linkify() }}
<img src="/img/png/eyeo-help.png" srcset="/img/svg/eyeo-help.svg 2x" alt="{{ "eyeo Help" | translate("site-title", "Image alt text") }}">
</a>
</h1>
<button class="toggle-navbar-collapse unstyled phablet-and-mobile-only">
<img src="/img/png/search-icon.png" srcset="/img/svg/search-icon.svg 2x" alt="{{ "Toggle Search Bar" | translate("search-toggle-alt", "Image alt text") }}">
« no previous file with comments | « no previous file | static/scss/base/_utilities.scss » ('j') | static/scss/base/_utilities.scss » ('J')

Powered by Google App Engine
This is Rietveld