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

Unified Diff: includes/header.tmpl

Issue 29755578: Issue 2148 - Rewrite the testpages test suite (Closed)
Patch Set: Created April 18, 2018, 11:54 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
Index: includes/header.tmpl
===================================================================
--- a/includes/header.tmpl
+++ b/includes/header.tmpl
@@ -1,3 +1,8 @@
- <header class="abp-container abp-header">
- <a href="/" target="_top"><img class="abp-logo" src="/images/abp-logo.png"><h1>Test Pages</h1></a>
+ <header class="site-header">
+ <div class="site-container">
+ <a href="/" id="site-header-logo">
+ <img src="/images/header-logo.svg">
+ <span>Test pages</span>
+ </a>
+ </div>
</header>

Powered by Google App Engine
This is Rietveld