Show More
@@ -15,7 +15,7 | |||||
15 | } |
|
15 | } | |
16 |
|
16 | |||
17 | #texteditor-container { |
|
17 | #texteditor-container { | |
18 | .CodeMirror-gutter { |
|
18 | .CodeMirror-gutter, .CodeMirror-gutters { | |
19 | @media print { |
|
19 | @media print { | |
20 | background-color: @body-bg; |
|
20 | background-color: @body-bg; | |
21 | } |
|
21 | } |
@@ -11,6 +11,7 | |||||
11 |
|
11 | |||
12 | .CodeMirror { |
|
12 | .CodeMirror { | |
13 | line-height: @code_line_height; /* Changed from 1em to our global default */ |
|
13 | line-height: @code_line_height; /* Changed from 1em to our global default */ | |
|
14 | font-size: @notebook_font_size; | |||
14 | height: auto; /* Changed to auto to autogrow */ |
|
15 | height: auto; /* Changed to auto to autogrow */ | |
15 | background: none; /* Changed from white to allow our bg to show through */ |
|
16 | background: none; /* Changed from white to allow our bg to show through */ | |
16 | } |
|
17 | } |
General Comments 0
You need to be logged in to leave comments.
Login now