##// END OF EJS Templates
invoke css
Jonathan Frederic -
Show More
@@ -545,6 +545,7 b' div.input_area > div.highlight > pre {'
545 545 .CodeMirror {
546 546 line-height: 1.21429em;
547 547 /* Changed from 1em to our global default */
548 font-size: 14px;
548 549 height: auto;
549 550 /* Changed to auto to autogrow */
550 551 background: none;
@@ -8168,12 +8168,14 b' ul#new-notebook-menu {'
8168 8168 }
8169 8169 }
8170 8170 @media print {
8171 #texteditor-backdrop #texteditor-container .CodeMirror-gutter {
8171 #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
8172 #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
8172 8173 background-color: #ffffff;
8173 8174 }
8174 8175 }
8175 8176 @media not print {
8176 #texteditor-backdrop #texteditor-container .CodeMirror-gutter {
8177 #texteditor-backdrop #texteditor-container .CodeMirror-gutter,
8178 #texteditor-backdrop #texteditor-container .CodeMirror-gutters {
8177 8179 background-color: #ffffff;
8178 8180 }
8179 8181 }
@@ -8455,6 +8457,7 b' div.input_area > div.highlight > pre {'
8455 8457 .CodeMirror {
8456 8458 line-height: 1.21429em;
8457 8459 /* Changed from 1em to our global default */
8460 font-size: 14px;
8458 8461 height: auto;
8459 8462 /* Changed to auto to autogrow */
8460 8463 background: none;
General Comments 0
You need to be logged in to leave comments. Login now