]> jspc29.x-matter.uni-frankfurt.de Git - mvd_epics.git/commitdiff
DASH; only '.sparkline path' should be forced to 'fill: none;'
authorPhilipp Klaus <philipp.klaus@gmail.com>
Fri, 29 Sep 2017 12:46:50 +0000 (20:46 +0800)
committerPhilipp Klaus <philipp.klaus@gmail.com>
Fri, 29 Sep 2017 12:46:50 +0000 (20:46 +0800)
python_suite/dashboard/static/css/sparkline.css

index 76ded71c03ded26fc305874cada2f33bad9ddb39..e42a9757c3f6081d284ffb1e609a49c1fbab06aa 100644 (file)
@@ -1,5 +1,5 @@
 /* Sparklines Styling */
-path {
+.sparkline path {
   stroke-width: 1;
   fill: none;
 }