From 73f68f9b936c910dcb359df6311ec446bf6d22a4 Mon Sep 17 00:00:00 2001 From: Jonathan Frederic Date: Thu, 15 May 2014 16:55:07 -0700 Subject: [PATCH] Revert 2em notebook header space --- IPython/html/static/notebook/less/notebook.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/less/notebook.less b/IPython/html/static/notebook/less/notebook.less index 06761873f..df5275369 100644 --- a/IPython/html/static/notebook/less/notebook.less +++ b/IPython/html/static/notebook/less/notebook.less @@ -35,7 +35,7 @@ div#notebook { overflow-x: auto; width: 100%; /* This spaces the cell away from the edge of the notebook area */ - padding: 2em 0 1em 0; + padding: 1em 0 1em 0; margin: 0px; border-top: 1px solid @navbar-default-border; outline: none;