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

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

Issue 3131021: Get the same margin on all sides of the notification.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months 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 <title>$1</title> 4 <title>$1</title>
5 <style type="text/css"> 5 <style type="text/css">
6 body {
7 margin: 6px;
8 }
9 #title { 6 #title {
10 font-weight: bold; 7 font-weight: bold;
11 font-size: 13px; 8 font-size: 13px;
12 font-family: helvetica, arial, sans-serif; 9 font-family: helvetica, arial, sans-serif;
13 } 10 }
14 #description { 11 #description {
15 font-family: helvetica, arial, sans-serif; 12 font-family: helvetica, arial, sans-serif;
16 font-size: 13px; 13 font-size: 13px;
17 } 14 }
18 </style> 15 </style>
19 </head> 16 </head>
20 <body dir="$3"> 17 <body dir="$3">
21 <div id="title">$1</div> 18 <div id="title">$1</div>
22 <div id="description">$2</div> 19 <div id="description">$2</div>
23 </body> 20 </body>
24 </html> 21 </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