summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css9
1 files changed, 9 insertions, 0 deletions
diff --git a/css/style.css b/css/style.css
index 0efc85b..8571fa9 100644
--- a/css/style.css
+++ b/css/style.css
@@ -68,6 +68,15 @@ body {
white-space: nowrap;
}
+/* Stat chart */
+
+#stat-chart svg g g.column .border-line {
+ fill: none;
+ stroke: #ccc;
+ opacity: .5;
+ shape-rendering: crispEdges;
+}
+
/* Utility */
.fader {
-moz-transition: opacity 1s linear;