Show More
@@ -936,9 +936,9 b' pre,code,kbd,samp{white-space:pre-wrap;}' | |||||
936 | a{text-decoration:underline;} |
|
936 | a{text-decoration:underline;} | |
937 | p{margin-bottom:0;} |
|
937 | p{margin-bottom:0;} | |
938 | a.heading-anchor:link,a.heading-anchor:visited{text-decoration:none;color:inherit;} |
|
938 | a.heading-anchor:link,a.heading-anchor:visited{text-decoration:none;color:inherit;} | |
939 | span.input_prompt{font-family:monospace;} |
|
939 | div.raw_input{padding-top:0px;padding-bottom:0px;height:1em;line-height:1em;font-family:monospace;} | |
940 | input.raw_input{color:inherit;width:auto;font-family:monospace;height:1em;line-height:1em;margin:-2px 0px 0px 0px;} |
|
940 | span.input_prompt{font-family:inherit;} | |
941 |
|
941 | input.raw_input{font-family:inherit;font-size:inherit;color:inherit;width:auto;margin:-2px 0px 0px 1px;padding-left:1px;padding-top:2px;height:1em;} | ||
942 | @media print{body{overflow:visible !important;} div#notebook{overflow:visible !important;} .ui-widget-content{border:0px;} #save_widget{margin:0px !important;} #header,#pager,#pager_splitter,#menubar,#toolbar{display:none !important;} .cell{border:none !important;} .toolbar{display:none;}}.rendered_html{color:black;}.rendered_html em{font-style:italic;} |
|
942 | @media print{body{overflow:visible !important;} div#notebook{overflow:visible !important;} .ui-widget-content{border:0px;} #save_widget{margin:0px !important;} #header,#pager,#pager_splitter,#menubar,#toolbar{display:none !important;} .cell{border:none !important;} .toolbar{display:none;}}.rendered_html{color:black;}.rendered_html em{font-style:italic;} | |
943 | .rendered_html strong{font-weight:bold;} |
|
943 | .rendered_html strong{font-weight:bold;} | |
944 | .rendered_html u{text-decoration:underline;} |
|
944 | .rendered_html u{text-decoration:underline;} |
@@ -476,17 +476,27 b' margin-bottom:0;' | |||||
476 | a.heading-anchor:link, a.heading-anchor:visited { |
|
476 | a.heading-anchor:link, a.heading-anchor:visited { | |
477 | text-decoration: none; |
|
477 | text-decoration: none; | |
478 | color: inherit; |
|
478 | color: inherit; | |
|
479 | } | |||
479 |
|
480 | |||
480 | /* raw_input styles */ |
|
481 | /* raw_input styles */ | |
481 |
|
482 | |||
482 | span.input_prompt { |
|
483 | div.raw_input { | |
|
484 | padding-top: 0px; | |||
|
485 | padding-bottom: 0px; | |||
|
486 | height: 1em; | |||
|
487 | line-height: 1em; | |||
483 | font-family: monospace; |
|
488 | font-family: monospace; | |
484 |
|
489 | } | ||
|
490 | span.input_prompt { | |||
|
491 | font-family: inherit; | |||
485 | } |
|
492 | } | |
486 | input.raw_input { |
|
493 | input.raw_input { | |
487 |
|
|
494 | font-family: inherit; | |
488 | width: auto; |
|
495 | font-size: inherit; | |
489 | height: 1em; |
|
496 | color: inherit; | |
490 | line-height: 1em; |
|
497 | width: auto; | |
491 |
|
|
498 | margin: -2px 0px 0px 1px; | |
|
499 | padding-left: 1px; | |||
|
500 | padding-top: 2px; | |||
|
501 | height: 1em; | |||
492 | } |
|
502 | } |
General Comments 0
You need to be logged in to leave comments.
Login now