Show More
@@ -149,7 +149,8 div#notebook { | |||
|
149 | 149 | overflow-y: scroll; |
|
150 | 150 | overflow-x: auto; |
|
151 | 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 | 154 | margin: 0px |
|
154 | 155 | background-color: white; |
|
155 | 156 | } |
@@ -167,7 +168,7 div.cell { | |||
|
167 | 168 | width: 100%; |
|
168 | 169 | padding: 5px; |
|
169 | 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 | 174 | div.code_cell { |
@@ -175,7 +176,9 div.code_cell { | |||
|
175 | 176 | } |
|
176 | 177 | |
|
177 | 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 | 182 | padding: 0.4em; |
|
180 | 183 | margin: 0px; |
|
181 | 184 | font-family: monospace; |
@@ -187,7 +190,7 div.input_prompt { | |||
|
187 | 190 | |
|
188 | 191 | div.output { |
|
189 | 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 | 196 | div.output_prompt { |
General Comments 0
You need to be logged in to leave comments.
Login now