From 315fb1528e5e4764b8657162364d2e2ea22dd37b Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 23 Jan 2015 14:58:15 -0800 Subject: [PATCH] remove inappropriate negative margin on menubar caused 1px mismatch between header background and menubar when toolbar is hidden. --- IPython/html/static/notebook/less/menubar.less | 2 +- IPython/html/static/style/style.min.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/html/static/notebook/less/menubar.less b/IPython/html/static/notebook/less/menubar.less index e9827d07d..7f776c035 100644 --- a/IPython/html/static/notebook/less/menubar.less +++ b/IPython/html/static/notebook/less/menubar.less @@ -5,7 +5,7 @@ .navbar { border-top: 1px; border-radius: 0px 0px @border-radius-base @border-radius-base; - margin-bottom: -1px; + margin-bottom: 0px; } .navbar-toggle { diff --git a/IPython/html/static/style/style.min.css b/IPython/html/static/style/style.min.css index 4388dbd19..f79f1fc73 100644 --- a/IPython/html/static/style/style.min.css +++ b/IPython/html/static/style/style.min.css @@ -10320,7 +10320,7 @@ select[multiple].celltoolbar select { #menubar .navbar { border-top: 1px; border-radius: 0px 0px 2px 2px; - margin-bottom: -1px; + margin-bottom: 0px; } #menubar .navbar-toggle { float: left;