From 13b9ba8afae5048120995f30890142cde12c14d8 Mon Sep 17 00:00:00 2001 From: yamanq Date: Thu, 14 Apr 2016 20:06:07 -0400 Subject: [PATCH] creating basic gradient legend, does not use input values. Also fixed gradient function preceding 0s --- atoms/index.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index 30c15d6..64447ad 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -180,8 +180,13 @@ img { } .legend { - border: 1px solid; - background-color: red; + border-collapse: collapse; +} + +.legendcell { + width: 2px; + + height: 25px !important; } .normal {