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

Unified Diff: options.html

Issue 5121634776121344: Issue 2049 - Wrong logo being displayed in Options and Block Element dialog (Closed)
Patch Set: Removed redundant descriptors Created Feb. 27, 2015, 6:45 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.safari ('k') | popup.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: options.html
===================================================================
--- a/options.html
+++ b/options.html
@@ -130,17 +130,17 @@ button
}
</style>
</head>
<body>
<table>
<tr>
<td style="padding-right: 8px; vertical-align: middle;">
- <img src="icons/abp-32.png">
+ <img src="icons/detailed/abp-32.png" srcset="icons/detailed/abp-64.png 2x">
</td>
<td>
<h1><span class="i18n_options"></span></h1>
</td>
</tr>
</table>
<div id="tabs">
« no previous file with comments | « metadata.safari ('k') | popup.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld