Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(334)

Side by Side Diff: chrome/browser/resources/notification_icon.html

Issue 802863002: Change <!DOCTYPE> to <!doctype>. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: splitting Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!DOCTYPE html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>$2</title> 5 <title>$2</title>
6 <style> 6 <style>
7 body { 7 body {
8 direction: $5; 8 direction: $5;
9 } 9 }
10 #icon { 10 #icon {
11 height: 32px; 11 height: 32px;
(...skipping 12 matching lines...) Expand all
24 font-size: 13px; 24 font-size: 13px;
25 } 25 }
26 </style> 26 </style>
27 </head> 27 </head>
28 <body> 28 <body>
29 <div id="icon"><img src="$1" width="32" height="32"></div> 29 <div id="icon"><img src="$1" width="32" height="32"></div>
30 <div id="title">$2</div> 30 <div id="title">$2</div>
31 <div id="description">$3</div> 31 <div id="description">$3</div>
32 </body> 32 </body>
33 </html> 33 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/notification_2line.html ('k') | chrome/browser/resources/ntp4/guest_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698