From 411f02feb40a9b1b61630451f2e2471b98030f17 2014-12-31 16:43:58 From: Jonathan Frederic Date: 2014-12-31 16:43:58 Subject: [PATCH] Remove superfluous body tag from terminal less --- diff --git a/IPython/html/static/terminal/less/terminal.less b/IPython/html/static/terminal/less/terminal.less index 9c3f175..3f60d69 100644 --- a/IPython/html/static/terminal/less/terminal.less +++ b/IPython/html/static/terminal/less/terminal.less @@ -1,4 +1,4 @@ -body.terminal-app { +.terminal-app { background: @page-backdrop-color; #header {