From 182ac535680e88fa75df791dda0493ade42e25ea Mon Sep 17 00:00:00 2001 From: Brian Granger Date: Thu, 31 Jan 2013 13:40:40 -0800 Subject: [PATCH] Fixing styling of toolbar selects on FF. --- IPython/frontend/html/notebook/static/less/notebook.less | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less index 30870e72c..e33dedcd4 100644 --- a/IPython/frontend/html/notebook/static/less/notebook.less +++ b/IPython/frontend/html/notebook/static/less/notebook.less @@ -102,6 +102,7 @@ span#notebook_name { font-size: 92%; margin-left:0.3em; margin-right:0.3em; + padding: 0px; } }