Show More
@@ -104,7 +104,7 b' span#ipython_notebook h1 {' | |||
|
104 | 104 | } |
|
105 | 105 | |
|
106 | 106 | div#tools { |
|
107 |
font-size: |
|
|
107 | font-size: 10pt; | |
|
108 | 108 | } |
|
109 | 109 | |
|
110 | 110 | span#kernel_status { |
@@ -168,7 +168,7 b' div.prompt {' | |||
|
168 | 168 | width: 80px; |
|
169 | 169 | padding: 0px; |
|
170 | 170 | margin: 0px; |
|
171 | font-family: Menlo, "Courier New", Courier, mono; | |
|
171 | font-family: Monaco, Consolas, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace; | |
|
172 | 172 | font-weight: normal; |
|
173 | 173 | font-style: normal; |
|
174 | 174 | } |
@@ -190,7 +190,7 b' div.input_prompt {' | |||
|
190 | 190 | |
|
191 | 191 | textarea.input_area { |
|
192 | 192 | text-align: left; |
|
193 | font-family: Menlo, "Courier New", Courier, mono; | |
|
193 | font-family: Monaco, Consolas, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace; | |
|
194 | 194 | font-size: inherit; |
|
195 | 195 | border-style: none; |
|
196 | 196 | display: table-cell; |
@@ -225,7 +225,7 b' div.output_prompt {' | |||
|
225 | 225 | |
|
226 | 226 | div.output_area { |
|
227 | 227 | text-align: left; |
|
228 | font-family: Menlo, "Courier New", Courier, mono; | |
|
228 | font-family: Monaco, Consolas, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Courier New", monospace; | |
|
229 | 229 | display: table-cell; |
|
230 | 230 | } |
|
231 | 231 |
General Comments 0
You need to be logged in to leave comments.
Login now