##// END OF EJS Templates
Going back to a single style.less and style.min.css.
Going back to a single style.less and style.min.css.

File last commit:

r10714:7b3ad885
r10714:7b3ad885
Show More
variables.less
11 lines | 363 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
Cleaning up less/css.
r10707 @notebook_background: white;
@cell_selected_background: darken(@notebook_background, 2%);
@cell_background: darken(@notebook_background, 3.2%);
@border_color: darken(@cell_selected_background, 31%);
@light_border_color: darken(@cell_selected_background, 17%);
@borderwidth: 1px;
@fontBaseColor: black;
Brian E. Granger
Adding files that I mised in the last commit.
r10713