mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-19 13:20:36 +08:00
Styling to make it clearer where the editor is
This commit is contained in:
parent
be85a342cf
commit
8dced9ab73
@ -5,6 +5,11 @@
|
||||
{% block stylesheet %}
|
||||
<link rel="stylesheet" href="{{ static_url('components/codemirror/lib/codemirror.css') }}">
|
||||
<link rel="stylesheet" href="{{ static_url('components/codemirror/addon/dialog/dialog.css') }}">
|
||||
<style>
|
||||
#texteditor-container {
|
||||
border-bottom: 1px solid #ccc;
|
||||
}
|
||||
</style>
|
||||
|
||||
{{super()}}
|
||||
{% endblock %}
|
||||
@ -43,7 +48,7 @@ data-file-path="{{file_path}}"
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="texteditor-container"></div>
|
||||
<div id="texteditor-container" class="container"></div>
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user