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