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

Side by Side Diff: chrome/installer/setup/eula/oem.css

Issue 630333002: Rewrite line endings from CRLF to LF for a bunch of files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/browser/web_applications/OWNERS ('k') | chrome/tools/tracing/trace.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 html { 1 html {
2 overflow:auto; 2 overflow:auto;
3 } 3 }
4 body, td { 4 body, td {
5 overflow:auto; 5 overflow:auto;
6 margin:0px; 6 margin:0px;
7 font-family:arial; 7 font-family:arial;
8 font-size:84%; 8 font-size:84%;
9 } 9 }
10 .header { 10 .header {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 margin:0px; 43 margin:0px;
44 padding:0px; 44 padding:0px;
45 } 45 }
46 .labelcell { 46 .labelcell {
47 padding-top:2px; 47 padding-top:2px;
48 } 48 }
49 .buttons { 49 .buttons {
50 margin:8px 5px 0px 5px; 50 margin:8px 5px 0px 5px;
51 text-align:right; 51 text-align:right;
52 } 52 }
OLDNEW
« no previous file with comments | « chrome/browser/web_applications/OWNERS ('k') | chrome/tools/tracing/trace.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698