From b3e26741c1f0442e5936efc9595a97ed32100874 Mon Sep 17 00:00:00 2001 From: yamanq Date: Thu, 14 Apr 2016 10:12:17 -0400 Subject: [PATCH 1/2] started legend and css fix --- atoms/index.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/atoms/index.css b/atoms/index.css index 63a9207..2a0670c 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -179,7 +179,12 @@ img { color: #FF746B; } +.legend { + border: 1px solid; +} + .normal { + border: 1px hidden; margin: 3%; } .extension { From ff72f42b251d8d31c0ee8300f28292922736dc41 Mon Sep 17 00:00:00 2001 From: yamanq Date: Thu, 14 Apr 2016 10:37:51 -0400 Subject: [PATCH 2/2] 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%; }