##// END OF EJS Templates
it's only half true that I'm anal about semicolons
it's only half true that I'm anal about semicolons

File last commit:

r15552:2927a9b0
r15821:338e310b
Show More
codecell.less
18 lines | 344 B | text/x-less | LessCssLexer
div.code_cell {
}
/* any special styling for code cells that are currently running goes here */
div.code_cell.running {
}
div.input {
page-break-inside: avoid;
.hbox();
}
/* input_area and input_prompt must match in top border and margin for alignment */
div.input_prompt {
color: navy;
border-top: 1px solid transparent;
}