Unreviewed. Minor appearance tweaks after r129813.

* resources/results-template.html:



git-svn-id: http://svn.webkit.org/repository/webkit/trunk@129816 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog
index 9d02984..c25a2ae 100644
--- a/PerformanceTests/ChangeLog
+++ b/PerformanceTests/ChangeLog
@@ -1,5 +1,11 @@
 2012-09-27  Ryosuke Niwa  <rniwa@webkit.org>
 
+        Unreviewed. Minor appearance tweaks after r129813.
+
+        * resources/results-template.html:
+
+2012-09-27  Ryosuke Niwa  <rniwa@webkit.org>
+
         Results page should warn about time-dependent distributions
         https://bugs.webkit.org/show_bug.cgi?id=97818
 
diff --git a/PerformanceTests/resources/results-template.html b/PerformanceTests/resources/results-template.html
index 19fcc9c..5716991 100644
--- a/PerformanceTests/resources/results-template.html
+++ b/PerformanceTests/resources/results-template.html
@@ -247,7 +247,8 @@
     lines: { show: false },
     points: { show: true },
     grid: {
-        borderWidth: 2,
+        borderWidth: 1,
+        borderColor: '#ccc',
         backgroundColor: '#fff',
         hoverable: true,
         autoHighlight: false,
@@ -259,7 +260,7 @@
     xaxis: { show: false },
     lines: { show: true },
     grid: { borderWidth: 1, borderColor: '#ccc' },
-    colors: ['#06f']
+    colors: [ plotColor ]
 };
 
 function createPlot(container, test) {