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

Unified Diff: issue-reporter.html

Issue 29587599: Issue 5887 - Issue reporter should use the SVG Adblock Plus logo (Closed) Base URL: https://hg.adblockplus.org/adblockplusui
Patch Set: Set image size explicitly Created Oct. 24, 2017, 10:58 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 | skin/issue-reporter.css » ('j') | skin/issue-reporter.css » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: issue-reporter.html
===================================================================
--- a/issue-reporter.html
+++ b/issue-reporter.html
@@ -4,17 +4,17 @@
<script src="polyfill.js"></script>
<script src="issue-reporter.js"></script>
<script src="i18n.js"></script>
<link rel="stylesheet" type="text/css" href="skin/issue-reporter.css">
<title class="i18n_issueReporter_page_title"></title>
</head>
<body>
<header>
- <img id="logo" alt="Adblock Plus logo" src="icons/detailed/abp-64.png" srcset="icons/detailed/abp-128.png 2x">
+ <img id="logo" alt="Adblock Plus logo" src="skin/abp-logo.svg">
<div class="title">
<h1>
Adblock <strong>Plus</strong>
</h1>
<p class="i18n_issueReporter_page_title"></p>
</div>
</header>
« no previous file with comments | « no previous file | skin/issue-reporter.css » ('j') | skin/issue-reporter.css » ('J')

Powered by Google App Engine
This is Rietveld