##// END OF EJS Templates
fix Input prompt/code alignment...
MinRK -
Show More
@@ -195,6 +195,7 b' div.input {'
195 page-break-inside: avoid;
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 div.input_area {
199 div.input_area {
199 color: black;
200 color: black;
200 border: 1px solid #ddd;
201 border: 1px solid #ddd;
@@ -204,6 +205,7 b' div.input_area {'
204
205
205 div.input_prompt {
206 div.input_prompt {
206 color: navy;
207 color: navy;
208 border-top: 1px solid transparent;
207 }
209 }
208
210
209 div.output {
211 div.output {
General Comments 0
You need to be logged in to leave comments. Login now