From 4c3c6094d0ee42c1fbc7f0d3503c4f4ad66944fd Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 18 Dec 2015 09:33:48 -0600 Subject: [PATCH] Remove white background from .legend --- app/assets/stylesheets/application.css | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index 3069e02..aafa185 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -975,7 +975,6 @@ table.data td p:last-child { } .box .legend { - background-color: white; margin-bottom: 1em; padding: 0; font-weight: bold;