Show More
@@ -21,6 +21,13 div.cell { | |||
|
21 | 21 | outline: none; |
|
22 | 22 | } |
|
23 | 23 | |
|
24 | /* Don't border the cells when printing */ | |
|
25 | @media print { | |
|
26 | div.cell { | |
|
27 | border-color: transparent !important; | |
|
28 | } | |
|
29 | } | |
|
30 | ||
|
24 | 31 | div.prompt { |
|
25 | 32 | /* This needs to be wide enough for 3 digit prompt numbers: In[100]: */ |
|
26 | 33 | min-width: 15ex; |
General Comments 0
You need to be logged in to leave comments.
Login now