##// END OF EJS Templates
tweak raw-input styling...
MinRK -
Show More
@@ -937,7 +937,7 b' 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 span.input_prompt{font-family:monospace;}
940 input.raw_input{width: auto; font-family: monospace;}
940 input.raw_input{width:auto;font-family:monospace;height:1em;line-height:1em;margin:-2px 0px 0px 0px;}
941
941
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;}
@@ -484,4 +484,7 b' span.input_prompt {'
484 }
484 }
485 input.raw_input {
485 input.raw_input {
486 width: auto;
486 width: auto;
487 height: 1em;
488 line-height: 1em;
489 margin: -2px 0px 0px 0px;
487 }
490 }
General Comments 0
You need to be logged in to leave comments. Login now