From 4fa954907666650bdcda98078373a848de5f46dd 2014-11-20 19:52:36 From: Thomas Kluyver Date: 2014-11-20 19:52:36 Subject: [PATCH] Styling to make it clearer where the editor is --- diff --git a/IPython/html/templates/texteditor.html b/IPython/html/templates/texteditor.html index 4e6f5af..bb34c91 100644 --- a/IPython/html/templates/texteditor.html +++ b/IPython/html/templates/texteditor.html @@ -5,6 +5,11 @@ {% block stylesheet %} + {{super()}} {% endblock %} @@ -43,7 +48,7 @@ data-file-path="{{file_path}}" -
+
{% endblock %}