##// END OF EJS Templates
Further font adjustments to the notebook....
Brian Granger -
Show More
@@ -104,7 +104,7 b' span#ipython_notebook h1 {'
104 }
104 }
105
105
106 div#tools {
106 div#tools {
107 font-size: 9pt;
107 font-size: 10pt;
108 }
108 }
109
109
110 span#kernel_status {
110 span#kernel_status {
@@ -168,7 +168,7 b' div.prompt {'
168 width: 80px;
168 width: 80px;
169 padding: 0px;
169 padding: 0px;
170 margin: 0px;
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 font-weight: normal;
172 font-weight: normal;
173 font-style: normal;
173 font-style: normal;
174 }
174 }
@@ -190,7 +190,7 b' div.input_prompt {'
190
190
191 textarea.input_area {
191 textarea.input_area {
192 text-align: left;
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 font-size: inherit;
194 font-size: inherit;
195 border-style: none;
195 border-style: none;
196 display: table-cell;
196 display: table-cell;
@@ -225,7 +225,7 b' div.output_prompt {'
225
225
226 div.output_area {
226 div.output_area {
227 text-align: left;
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 display: table-cell;
229 display: table-cell;
230 }
230 }
231
231
General Comments 0
You need to be logged in to leave comments. Login now