##// END OF EJS Templates
Tabs to spaces in variables.less.
Brian E. Granger -
Show More
@@ -1,10 +1,10 b''
1
1
2 // Our own variables for this page
2 // Our own variables for this page
3
3
4 @cell_selected_background: darken(@bodyBackground, 2%);
4 @cell_selected_background: darken(@bodyBackground, 2%);
5 @cell_background: darken(@bodyBackground, 3.2%);
5 @cell_background: darken(@bodyBackground, 3.2%);
6 @border_color: darken(@cell_selected_background, 31%);
6 @border_color: darken(@cell_selected_background, 31%);
7 @light_border_color: darken(@cell_selected_background, 17%);
7 @light_border_color: darken(@cell_selected_background, 17%);
8 @border_width: 1px;
8 @border_width: 1px;
9 @code_padding: 0.4em;
9 @code_padding: 0.4em;
10
10
General Comments 0
You need to be logged in to leave comments. Login now