From 275d851c5624924762d924ab22348b787db06da5 Mon Sep 17 00:00:00 2001 From: Waseem Daher Date: Wed, 12 Jun 2013 12:05:10 -0400 Subject: [PATCH] Draw our left sidebar dropdown arrow in a more reasonable place. It was previously way way too indented. (imported from commit c40980451a8851321496c744d379b0d95e19a0f8) --- zephyr/static/styles/zephyr.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zephyr/static/styles/zephyr.css b/zephyr/static/styles/zephyr.css index ed1d6aa50d..697be96a96 100644 --- a/zephyr/static/styles/zephyr.css +++ b/zephyr/static/styles/zephyr.css @@ -319,7 +319,7 @@ ul.filters i { } ul.filters .arrow { - margin-right: 5em; + margin-right: 0.5em; font-size: 1em; display: none; }