##// END OF EJS Templates
Making the cell margin 0 all around....
Making the cell margin 0 all around. Also moves some css/less code to the outputarea.less.

File last commit:

r12740:79db46de
r13681:37363577
Show More
style_bw_python.tplx
13 lines | 370 B | text/plain | TextLexer
((= Black&white Python input/output style =))
((*- extends 'latex_base.tplx' -*))
%===============================================================================
% Input
%===============================================================================
((* block input scoped *))
\begin{verbatim}
((( cell.input | add_prompts )))
\end{verbatim}
((* endblock input *))