Show More
@@ -195,6 +195,7 b' div.input {' | |||
|
195 | 195 | page-break-inside: avoid; |
|
196 | 196 | } |
|
197 | 197 | |
|
198 | /* input_area and input_prompt must match in top border and margin for alignment */ | |
|
198 | 199 | div.input_area { |
|
199 | 200 | color: black; |
|
200 | 201 | border: 1px solid #ddd; |
@@ -204,6 +205,7 b' div.input_area {' | |||
|
204 | 205 | |
|
205 | 206 | div.input_prompt { |
|
206 | 207 | color: navy; |
|
208 | border-top: 1px solid transparent; | |
|
207 | 209 | } |
|
208 | 210 | |
|
209 | 211 | div.output { |
General Comments 0
You need to be logged in to leave comments.
Login now