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

Side by Side Diff: chrome/browser/resources/notification_1line.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
« no previous file with comments | « no previous file | chrome/browser/resources/notification_2line.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <title>$2</title> 4 <title>$2</title>
5 <style> 5 <style>
6 body { 6 body {
7 margin: 6px;
8 font-family: helvetica, arial, sans-serif; 7 font-family: helvetica, arial, sans-serif;
9 font-size: 13px; 8 font-size: 13px;
10 } 9 }
11 </style> 10 </style>
12 </head> 11 </head>
13 <body dir="$3"><div id="$1">$2</div></body> 12 <body dir="$3"><div id="$1">$2</div></body>
14 </html> 13 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/notification_2line.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698