From af0cdeef14a03059fd5254f800c507519c2f9d0e Mon Sep 17 00:00:00 2001 From: psychobunny Date: Mon, 29 Sep 2014 01:08:26 -0400 Subject: [PATCH] removing the mystery #taskbar --- public/less/admin/admin.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/less/admin/admin.less b/public/less/admin/admin.less index 51ea930e19..baf1e70fa2 100644 --- a/public/less/admin/admin.less +++ b/public/less/admin/admin.less @@ -183,4 +183,8 @@ color: black; } } + + #taskbar { + display: none; /* not sure why I have to do this, but it only seems to show up on prod */ + } } \ No newline at end of file