From 65868feb17508bca0e9aff27e99febfec62882b1 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Mon, 2 Mar 2015 14:17:54 -0800 Subject: [PATCH] Move checkbox down two pixels b/c it looks like :poop: where it is. --- IPython/html/static/tree/less/tree.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/tree/less/tree.less b/IPython/html/static/tree/less/tree.less index 936291182..30d579d6e 100644 --- a/IPython/html/static/tree/less/tree.less +++ b/IPython/html/static/tree/less/tree.less @@ -115,7 +115,7 @@ ul.breadcrumb { vertical-align: baseline; line-height: @btn_mini_height; position: relative; - top: -1px; + top: 1px; } .item_link {