##// END OF EJS Templates
Merge pull request #2942 from Carreau/cm-ipython-css...
Brian E. Granger -
r9796:ef411b1c merge
parent child Browse files
Show More
@@ -50,22 +50,9 b" The only changes we've applied so far are these::"
50 In practice it's just a one-line change, adding `\\?` to singleOperators,
50 In practice it's just a one-line change, adding `\\?` to singleOperators,
51 surrounded by a comment.
51 surrounded by a comment.
52
52
53 Then don't forget to reintroduce ipython.css
54
55 git show 39a602468ee1ca8fdb660826d6185e0f9a026fdf --stat
56 commit 39a602468ee1ca8fdb660826d6185e0f9a026fdf
57 Author: Matthias BUSSONNIER <bussonniermatthias@gmail.com>
58 Date: Mon Jul 23 14:47:08 2012 +0200
59
60 reintroduce ipython.css
61
62 IPython/frontend/html/notebook/static/codemirror/theme/ipython.css | 40 ++++++++++++++++++++++++++++++++++++++++
63 1 file changed, 40 insertions(+)
64
65
66 that you should be able to apply after updating codemirror with
53 that you should be able to apply after updating codemirror with
67
54
68 git cherry-pick 271e17 39a602
55 git cherry-pick 271e17
69
56
70 We'll turn this into a proper patchset if it ever gets more complicated than
57 We'll turn this into a proper patchset if it ever gets more complicated than
71 this, but for now this note should be enough.
58 this, but for now this note should be enough.
1 NO CONTENT: file renamed from IPython/frontend/html/notebook/static/codemirror/theme/ipython.css to IPython/frontend/html/notebook/static/css/codemirror-ipython.css
NO CONTENT: file renamed from IPython/frontend/html/notebook/static/codemirror/theme/ipython.css to IPython/frontend/html/notebook/static/css/codemirror-ipython.css
@@ -12,7 +12,7 b' window.mathjax_url = "{{mathjax_url}}";'
12 </script>
12 </script>
13
13
14 <link rel="stylesheet" href="{{ static_url("codemirror/lib/codemirror.css") }}">
14 <link rel="stylesheet" href="{{ static_url("codemirror/lib/codemirror.css") }}">
15 <link rel="stylesheet" href="{{ static_url("codemirror/theme/ipython.css") }}">
15 <link rel="stylesheet" href="{{ static_url("css/codemirror-ipython.css") }}">
16
16
17 <link rel="stylesheet" href="{{ static_url("prettify/prettify.css") }}"/>
17 <link rel="stylesheet" href="{{ static_url("prettify/prettify.css") }}"/>
18
18
General Comments 0
You need to be logged in to leave comments. Login now