From 3b37cd80e4aa26eadbdbff99a27c92e3a6bcf9ba Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Tue, 5 Mar 2013 21:03:27 +0100 Subject: [PATCH] fix css in .output_area pre font: inherit conflict with monospace, wich in some cases leads to non-monospace font (nbviewer for example) --- IPython/frontend/html/notebook/static/less/notebook.less | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less index e33dedcd4..acedafdac 100644 --- a/IPython/frontend/html/notebook/static/less/notebook.less +++ b/IPython/frontend/html/notebook/static/less/notebook.less @@ -283,7 +283,6 @@ div.output_area pre { padding: 0; border: 0; font-size: 100%; - font: inherit; vertical-align: baseline; color: black; }