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

Unified Diff: chrome/browser/resources/chromeos/login/oobe.css

Issue 9958101: [WebUI] Fix rest of CSS style nits in misc. dirs so I can turn on CSS checker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 9 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
Index: chrome/browser/resources/chromeos/login/oobe.css
diff --git a/chrome/browser/resources/chromeos/login/oobe.css b/chrome/browser/resources/chromeos/login/oobe.css
index de9e8abd64e5b279047adf58cbd2c1cfb49e0194..8df9907a58b9cc3f167bce8739e0acfc28546004 100644
--- a/chrome/browser/resources/chromeos/login/oobe.css
+++ b/chrome/browser/resources/chromeos/login/oobe.css
@@ -57,22 +57,22 @@ button {
}
hr.shadow {
- -webkit-mask: -webkit-linear-gradient(left, rgba(0,0,0,0),
- black 50%, rgba(0,0,0,0));
+ -webkit-mask: -webkit-linear-gradient(left, rgba(0, 0, 0, 0),
+ black 50%, rgba(0, 0, 0, 0));
border: none;
opacity: 0.3
}
hr.top {
- background: -webkit-linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.0));
- border-top: 1px solid rgba(0,0,0,0.5);
+ background: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
+ border-top: 1px solid rgba(0, 0, 0, 0.5);
height: 4px;
}
hr.bottom {
background: -webkit-linear-gradient(bottom,
- rgba(0,0,0,0.2), rgba(0,0,0,0.0));
- border-bottom: 1px solid rgba(0,0,0,0.5);
+ rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
+ border-bottom: 1px solid rgba(0, 0, 0, 0.5);
height: 4px;
z-index: 0;
}
« no previous file with comments | « chrome/browser/resources/certificate_viewer.css ('k') | chrome/browser/resources/cloud_print/cloud_print_setup_done.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698