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

Unified Diff: popup.html

Issue 5706591068225536: Issue 2050 - Bubble popup shouldn`t be reusing the logo from the first-run page (Closed)
Patch Set: Using larger image for Retina displays Created Feb. 26, 2015, 4:16 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 | « metadata.chrome ('k') | skin/popup.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: popup.html
===================================================================
--- a/popup.html
+++ b/popup.html
@@ -26,17 +26,17 @@
<script src="notification.js"></script>
<script src="stats.js"></script>
</head>
<!-- Set tabindex to work around Chromium issue 304532 -->
<!-- Set overflow to hidden in order to prevent Safari showing scrollbars while loading -->
<body tabindex="1" style="overflow: hidden;">
<header>
- <div id="logo"></div>
+ <img id="logo" src="icons/abp-64.png" srcset="icons/abp-64.png 1x, icons/abp-128.png 2x">
</header>
<div id="wrapper">
<div id="notification">
<h1>
<span id="notification-title"></span>
<span id="close-notification"></span>
</h1>
« no previous file with comments | « metadata.chrome ('k') | skin/popup.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld