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

Unified Diff: chrome/browser/resources/about_sys/about_sys.css

Issue 2403503003: Optimize the table creation in the Sys Info page of the feedback app (Closed)
Patch Set: Created 4 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
Index: chrome/browser/resources/about_sys/about_sys.css
diff --git a/chrome/browser/resources/about_sys/about_sys.css b/chrome/browser/resources/about_sys/about_sys.css
index 795241702ec066ad974c39b9f30f858560f98406..49fae6c8db825590d6dbedc0fe5e523b45bb3c44 100644
--- a/chrome/browser/resources/about_sys/about_sys.css
+++ b/chrome/browser/resources/about_sys/about_sys.css
@@ -171,6 +171,6 @@ html[dir='rtl'] #details .name {
}
#status {
- color: rgb(255, 0, 0);
- margin: .5em 0;
+ color: rgb(66, 133, 244);
+ margin: .5em .5em;
}

Powered by Google App Engine
This is Rietveld 408576698