From ff72f42b251d8d31c0ee8300f28292922736dc41 Mon Sep 17 00:00:00 2001 From: yamanq Date: Thu, 14 Apr 2016 10:37:51 -0400 Subject: [PATCH] more work on gradient legend, not yet functional --- atoms/index.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/atoms/index.css b/atoms/index.css index 2a0670c..30c15d6 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -181,6 +181,7 @@ img { .legend { border: 1px solid; + background-color: red; } .normal { @@ -188,6 +189,7 @@ img { margin: 3%; } .extension { + border: 1px hidden; margin-top:3%; margin-left: 10%; }