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

Unified Diff: notification.html

Issue 29317001: Relocated icon and redesigned icon popup (Closed)
Patch Set: Merged setBadgeNumber and setBadgeBackgroundColor Created Dec. 13, 2013, 10:36 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: notification.html
===================================================================
--- a/notification.html
+++ b/notification.html
@@ -31,8 +31,8 @@
<body>
<img src="icons/abp-48.png">
<div id="notification">
- <h1 id="title"></h1>
- <p id="message"></p>
+ <h1 id="notification-title"></h1>
+ <p id="notification-message"></p>
</div>
</body>
</html>

Powered by Google App Engine
This is Rietveld