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

Unified Diff: includes/navbar.tmpl

Issue 29453600: Issue 4961 - Fix card group field alignment on acceptableads.com (Closed) Base URL: https://hg.adblockplus.org/web.acceptableads.com
Patch Set: Rebase Created July 5, 2017, 9:19 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
« no previous file with comments | « includes/index/who-benifits.md ('k') | includes/sidebar.tmpl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: includes/navbar.tmpl
===================================================================
--- a/includes/navbar.tmpl
+++ b/includes/navbar.tmpl
@@ -12,12 +12,15 @@
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with acceptableads.org. If not, see <http://www.gnu.org/licenses/>.
#}
<header id="navbar">
- <h1 class="site-title">{{ "index" | linkify() }}Acceptable <strong>Ads</strong></a></h1>
+ {{ "index" | linkify(id="navbar-logo") }}
+ <h1 class="sr-only">{{ title | translate("document-title", "Document title") }}</h1>
+ <img src="/img/png/logo-black.png" srcset="/img/png/logo-black.png, /img/svg/logo-black.svg 2x" aria-hidden="true">
+ </a>
<a class="sr-only" href="#main">{{ 'Skip to main content' | translate('skip-to-main-content', 'Skip to main content link label (screen reader only)') }}</a>
<a class="sr-only" href="#sidebar">{{ 'Skip to main navigation' | translate('skip-to-main-navigation', 'Skip to main navigation link label (screen reader only)') }}</a>
</header>
« no previous file with comments | « includes/index/who-benifits.md ('k') | includes/sidebar.tmpl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld