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

Unified Diff: firstRun.html

Issue 5244235691327488: Issue 2072 - Don`t duplicate 128x128 icon in Chrome builds (Closed)
Patch Set: Created March 2, 2015, 2:12 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 | « no previous file | firstRun.js » ('j') | firstRun.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: firstRun.html
===================================================================
--- a/firstRun.html
+++ b/firstRun.html
@@ -25,17 +25,17 @@
<script type="text/javascript" src="ext/content.js"></script>
<script type="text/javascript" src="i18n.js"></script>
<script type="text/javascript" src="firstRun.js"></script>
</head>
<body>
<header>
- <div id="logo"></div>
+ <img id="logo">
<h1 id="title-main" class="i18n_firstRun_title"></h1>
</header>
<section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning warning" hidden="true"></section>
<section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlistsReinitializedWarning warning" hidden="true"></section>
<section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarning warning" hidden="true"></section>
<section id="acceptable-ads">
« no previous file with comments | « no previous file | firstRun.js » ('j') | firstRun.js » ('J')

Powered by Google App Engine
This is Rietveld