Show More
@@ -149,7 +149,8 b' div#notebook {' | |||||
149 | overflow-y: scroll; |
|
149 | overflow-y: scroll; | |
150 | overflow-x: auto; |
|
150 | overflow-x: auto; | |
151 | width: 100%; |
|
151 | width: 100%; | |
152 | padding: 0px 15px 0px 15px; |
|
152 | /* This spaces the cell away from the edge of the notebook area */ | |
|
153 | padding: 15px 15px 15px 15px; | |||
153 | margin: 0px |
|
154 | margin: 0px | |
154 | background-color: white; |
|
155 | background-color: white; | |
155 | } |
|
156 | } | |
@@ -167,7 +168,7 b' div.cell {' | |||||
167 | width: 100%; |
|
168 | width: 100%; | |
168 | padding: 5px; |
|
169 | padding: 5px; | |
169 | /* This acts as a spacer between cells, that is outside the border */ |
|
170 | /* This acts as a spacer between cells, that is outside the border */ | |
170 |
margin: |
|
171 | margin: 5px 0px 5px 0px; | |
171 | } |
|
172 | } | |
172 |
|
173 | |||
173 | div.code_cell { |
|
174 | div.code_cell { | |
@@ -175,7 +176,9 b' div.code_cell {' | |||||
175 | } |
|
176 | } | |
176 |
|
177 | |||
177 | div.prompt { |
|
178 | div.prompt { | |
178 | width: 80px; |
|
179 | /* No width is used so the prompt area can expand as the prompt number | |
|
180 | increases in width */ | |||
|
181 | /* This 0.4em is tuned to match the padding on the CodeMirror editor. */ | |||
179 | padding: 0.4em; |
|
182 | padding: 0.4em; | |
180 | margin: 0px; |
|
183 | margin: 0px; | |
181 | font-family: monospace; |
|
184 | font-family: monospace; | |
@@ -187,7 +190,7 b' div.input_prompt {' | |||||
187 |
|
190 | |||
188 | div.output { |
|
191 | div.output { | |
189 | /* This is a spacer between the input and output of each cell */ |
|
192 | /* This is a spacer between the input and output of each cell */ | |
190 |
margin-top: |
|
193 | margin-top: 5px; | |
191 | } |
|
194 | } | |
192 |
|
195 | |||
193 | div.output_prompt { |
|
196 | div.output_prompt { |
General Comments 0
You need to be logged in to leave comments.
Login now