From c8cab6b7e2dd328f4c5a9d201858c1033a443232 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Sun, 3 May 2015 17:15:58 -0700 Subject: [PATCH] Fix offset on the icons --- static/css/core-ui.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/core-ui.css b/static/css/core-ui.css index c3f152c98..58ab72b81 100644 --- a/static/css/core-ui.css +++ b/static/css/core-ui.css @@ -1208,7 +1208,7 @@ a:focus { font-family: core-icons; content: "\f109"; position: absolute; - top: 19px; + top: 11px; left: 12px; font-size: 22px; color: red;