From 318e4b5f6b21f1a647c1d7c1e388b4b9b7df1d67 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 29 Sep 2014 12:01:15 -0400 Subject: [PATCH] moving the legend up a bit for pie charts --- public/less/admin/general/dashboard.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/less/admin/general/dashboard.less b/public/less/admin/general/dashboard.less index 3eec905d5b..20370f0e4e 100644 --- a/public/less/admin/general/dashboard.less +++ b/public/less/admin/general/dashboard.less @@ -13,7 +13,7 @@ padding-left: 50px; .graph-legend { - top: 0px; + top: -10px; left: 0px; } }