From 96b19ae59856f126a2473040d3a0e1e0809960dd Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Tue, 15 Apr 2014 15:44:57 -0700 Subject: [PATCH] Removed low margin from header. --- IPython/html/static/notebook/less/notebook.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/IPython/html/static/notebook/less/notebook.less b/IPython/html/static/notebook/less/notebook.less index 2d34af0e4..6e8cee392 100644 --- a/IPython/html/static/notebook/less/notebook.less +++ b/IPython/html/static/notebook/less/notebook.less @@ -75,3 +75,7 @@ p { .end_space { height: 200px; } + +#header { + margin-bottom: 0px; +}