summaryrefslogtreecommitdiff
path: root/public/css/default.css
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2015-03-23 14:39:34 +0100
committerDaniel Friesel <derf@finalrewind.org>2015-03-23 14:39:34 +0100
commitadc7247de7ac6affb646f65913b98787668e2e01 (patch)
tree658c8b8c55e57e61dbece5929f0fb4c760151afc /public/css/default.css
parent9a18b68cfb580691ddd02a73e936c7cad4aa3d72 (diff)
add stddev on delay graph
Diffstat (limited to 'public/css/default.css')
-rw-r--r--public/css/default.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/public/css/default.css b/public/css/default.css
index cdbcf82..974e421 100644
--- a/public/css/default.css
+++ b/public/css/default.css
@@ -65,6 +65,11 @@ arc path {
fill: orange;
}
+.stddev {
+ stroke: #000;
+ shape-rendering: crispEdges;
+}
+
.bar:hover {
fill: orangered ;
}