2
0
mirror of https://github.com/jupyter/notebook.git synced 2025-03-31 13:40:29 +08:00

move CM IPython theme out of codemirror folder

This commit is contained in:
Matthias BUSSONNIER 2013-02-16 19:21:27 +01:00
parent 051dc7725e
commit e4cbf5e717

@ -12,7 +12,7 @@ window.mathjax_url = "{{mathjax_url}}";
</script>
<link rel="stylesheet" href="{{ static_url("codemirror/lib/codemirror.css") }}">
<link rel="stylesheet" href="{{ static_url("codemirror/theme/ipython.css") }}">
<link rel="stylesheet" href="{{ static_url("css/codemirror-ipython.css") }}">
<link rel="stylesheet" href="{{ static_url("prettify/prettify.css") }}"/>