From 879095e8cd741832fa6a0140c628da6ddfdd7d4d 2014-01-29 03:35:15 From: Brian E. Granger Date: 2014-01-29 03:35:15 Subject: [PATCH] Using @code_padding variable. --- diff --git a/IPython/html/static/notebook/less/textcell.less b/IPython/html/static/notebook/less/textcell.less index 27eae02..642aa7d 100644 --- a/IPython/html/static/notebook/less/textcell.less +++ b/IPython/html/static/notebook/less/textcell.less @@ -16,7 +16,7 @@ div.text_cell_render { resize: none; width: inherit; border-style: none; - padding: 0.5em 0.5em 0.5em 0.4em; + padding: 0.5em 0.5em 0.5em @code_padding; color: @textColor; }