##// END OF EJS Templates
Adress comments...
Adress comments * move file extension addition outside of function * move log statement before function call * change default to False * add postprocessor to nbconvertapp

File last commit:

r11033:fa36e98f
r12902:02dac91a
Show More
variables.less
9 lines | 295 B | text/x-less | LessCssLexer
Brian E. Granger
More movign around of things in notebook and js/less.
r10703
Brian E. Granger
Going back to a single style.less and style.min.css.
r10714 // Our own variables for this page
Brian E. Granger
Adding files that I mised in the last commit.
r10713
Brian E. Granger
Fixing global less vars to use bootstrap.
r10727 @cell_selected_background: darken(@bodyBackground, 2%);
@cell_background: darken(@bodyBackground, 3.2%);
Brian E. Granger
Cleaning up less/css.
r10707 @border_color: darken(@cell_selected_background, 31%);
@light_border_color: darken(@cell_selected_background, 17%);
Brian E. Granger
Fixing less variable names to use_the_right_convention.
r10715 @border_width: 1px;
Brian E. Granger
Adding files that I mised in the last commit.
r10713