##// END OF EJS Templates
Adjusting padding of output subareas and adding @code_padding.
Adjusting padding of output subareas and adding @code_padding.

File last commit:

r13687:27dea3d2
r13687:27dea3d2
Show More
variables.less
10 lines | 334 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
Adjusting padding of output subareas and adding @code_padding.
r13687 @code_padding: 0.4em;
Brian E. Granger
Adding files that I mised in the last commit.
r10713