From a0cf5463bc666ba32ae454ee21bb72e062bfdcdc Mon Sep 17 00:00:00 2001 From: cTn Date: Sun, 13 Apr 2014 19:15:49 +0200 Subject: [PATCH] narrow the line selector --- tabs/sensors.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tabs/sensors.css b/tabs/sensors.css index 0905e12f..825dd5b1 100644 --- a/tabs/sensors.css +++ b/tabs/sensors.css @@ -58,16 +58,16 @@ stroke-width: 1px; shape-rendering: crispEdges; } -.tab-sensors .line { - stroke-width: 2px; - fill: none; -} .tab-sensors .grid path { stroke-width: 0; } +.tab-sensors .data .line { + stroke-width: 2px; + fill: none; +} .tab-sensors .axis path, .tab-sensors .axis line { fill: none; - stroke: #000; + stroke: #000000; stroke-width: 1px; shape-rendering: crispEdges; }