Author: buildbot
Date: Mon Mar 13 14:12:30 2017
New Revision: 1008250
Log:
Staging update by buildbot for ooo-site
Modified:
websites/staging/ooo-site/trunk/cgi-bin/ (props changed)
websites/staging/ooo-site/trunk/content/ (props changed)
websites/staging/ooo-site/trunk/content/stats/defects.html
Propchange: websites/staging/ooo-site/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 13 14:12:30 2017
@@ -1 +1 @@
-1786689
+1786696
Propchange: websites/staging/ooo-site/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Mar 13 14:12:30 2017
@@ -1 +1 @@
-1786689
+1786696
Modified: websites/staging/ooo-site/trunk/content/stats/defects.html
==============================================================================
--- websites/staging/ooo-site/trunk/content/stats/defects.html (original)
+++ websites/staging/ooo-site/trunk/content/stats/defects.html Mon Mar 13
14:12:30 2017
@@ -35,7 +35,7 @@
dataSource: new
Timeplot.ColumnSource(eventSource,1),
valueGeometry: valueGeometry,
timeGeometry: timeGeometry,
- lineColor: "#ff0000",
+ lineColor: "#BF0000",
showValues: true
}),
Timeplot.createPlotInfo({
@@ -43,7 +43,7 @@
dataSource: new
Timeplot.ColumnSource(eventSource,2),
valueGeometry: valueGeometry,
timeGeometry: timeGeometry,
- lineColor: "#00ff00",
+ lineColor: "#00BF00",
showValues: true
})
];
@@ -72,8 +72,8 @@
<div class="label">
Cumulative Defects,
- <span style="color: #FF0000;">found</span>
- and <span style="color: #00FF00;">fixed</span> per month
+ <span style="color: #BF0000;">found</span>
+ and <span style="color: #00BF00;">fixed</span> per month
</div>
<div id="found" style="height: 300px;"> </div>