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

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

Issue 117713003: Add encoding info for those WebUI pages that were missing it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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 | Annotate | Revision Log
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8">
4 <title>$1</title> 5 <title>$1</title>
5 <style type="text/css"> 6 <style type="text/css">
6 #title { 7 #title {
7 font-weight: bold; 8 font-weight: bold;
8 font-size: 13px; 9 font-size: 13px;
9 font-family: helvetica, arial, sans-serif; 10 font-family: helvetica, arial, sans-serif;
10 } 11 }
11 #description { 12 #description {
12 font-family: helvetica, arial, sans-serif; 13 font-family: helvetica, arial, sans-serif;
13 font-size: 13px; 14 font-size: 13px;
14 } 15 }
15 </style> 16 </style>
16 </head> 17 </head>
17 <body dir="$3"> 18 <body dir="$3">
18 <div id="title">$1</div> 19 <div id="title">$1</div>
19 <div id="description">$2</div> 20 <div id="description">$2</div>
20 </body> 21 </body>
21 </html> 22 </html>
OLDNEW
« no previous file with comments | « chrome/browser/resources/notification_1line.html ('k') | chrome/browser/resources/notification_icon.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698