From 6093987a8b96a130a2fcf6773d48fa16b5f8bb0a Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Fri, 22 Nov 2013 14:01:35 -0800 Subject: [PATCH] Tabs to spaces in variables.less. --- IPython/html/static/notebook/less/variables.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/IPython/html/static/notebook/less/variables.less b/IPython/html/static/notebook/less/variables.less index 01d6ab23f..0d5540cd7 100644 --- a/IPython/html/static/notebook/less/variables.less +++ b/IPython/html/static/notebook/less/variables.less @@ -1,10 +1,10 @@ // Our own variables for this page -@cell_selected_background: darken(@bodyBackground, 2%); -@cell_background: darken(@bodyBackground, 3.2%); -@border_color: darken(@cell_selected_background, 31%); -@light_border_color: darken(@cell_selected_background, 17%); -@border_width: 1px; +@cell_selected_background: darken(@bodyBackground, 2%); +@cell_background: darken(@bodyBackground, 3.2%); +@border_color: darken(@cell_selected_background, 31%); +@light_border_color: darken(@cell_selected_background, 17%); +@border_width: 1px; @code_padding: 0.4em;