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

Unified Diff: golden/res/imp/testsummarydetails.html

Issue 1134223004: Fix spaces between paramset values. Also change the highlight color. (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: Created 5 years, 7 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 | « golden/res/imp/dots.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: golden/res/imp/testsummarydetails.html
diff --git a/golden/res/imp/testsummarydetails.html b/golden/res/imp/testsummarydetails.html
index a765455009e6f30efc171d775fd21a510361f3e5..3e90600996ecb39d45327170c0b496438537bbe0 100644
--- a/golden/res/imp/testsummarydetails.html
+++ b/golden/res/imp/testsummarydetails.html
@@ -121,8 +121,12 @@
padding-right: 0.5em;
}
+ #paramset span {
+ margin-right: 0.2em;
+ }
+
#paramset .hover {
- color: #44aa99;
+ color: #E7298A;
font-weight: bold;
}
</style>
« no previous file with comments | « golden/res/imp/dots.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698