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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/web_applications/OWNERS ('k') | chrome/tools/tracing/trace.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/eula/oem.css
diff --git a/chrome/installer/setup/eula/oem.css b/chrome/installer/setup/eula/oem.css
index 3d303018d1288f470d9311e9d6603f4a95f902d1..bf7d950846bf3b4699885f3f39777f2cfec7da6f 100644
--- a/chrome/installer/setup/eula/oem.css
+++ b/chrome/installer/setup/eula/oem.css
@@ -1,52 +1,52 @@
-html {
- overflow:auto;
-}
-body, td {
- overflow:auto;
- margin:0px;
- font-family:arial;
- font-size:84%;
-}
-.header {
- background-color:#d8dfea;
- padding:10px 10px 10px 8px;
-}
-.icontext {
- text-align:center;
- font-family:tahoma;
- font-size:11px;
- padding:1px 0px 0px 2px;
-}
-.title {
- font-size:115%;
- font-weight:bold;
-}
-.desc {
- display:block;
- padding-top:5px;
-}
-.main {
- margin:17px 13px 0px 14px;
-}
-.eula {
- margin:5px 10px 0px 5px;
-}
-iframe {
- border:1px solid #999999;
-}
-.footer {
- position:absolute;
- bottom:0px;
- padding:5px 5px 5px 5px;
-}
-form {
- margin:0px;
- padding:0px;
-}
-.labelcell {
- padding-top:2px;
-}
-.buttons {
- margin:8px 5px 0px 5px;
- text-align:right;
+html {
+ overflow:auto;
+}
+body, td {
+ overflow:auto;
+ margin:0px;
+ font-family:arial;
+ font-size:84%;
+}
+.header {
+ background-color:#d8dfea;
+ padding:10px 10px 10px 8px;
+}
+.icontext {
+ text-align:center;
+ font-family:tahoma;
+ font-size:11px;
+ padding:1px 0px 0px 2px;
+}
+.title {
+ font-size:115%;
+ font-weight:bold;
+}
+.desc {
+ display:block;
+ padding-top:5px;
+}
+.main {
+ margin:17px 13px 0px 14px;
+}
+.eula {
+ margin:5px 10px 0px 5px;
+}
+iframe {
+ border:1px solid #999999;
+}
+.footer {
+ position:absolute;
+ bottom:0px;
+ padding:5px 5px 5px 5px;
+}
+form {
+ margin:0px;
+ padding:0px;
+}
+.labelcell {
+ padding-top:2px;
+}
+.buttons {
+ margin:8px 5px 0px 5px;
+ text-align:right;
}
« 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