From c3b2d7d4d5cdf5ecd175a4ddaf6f85be651900cb Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 30 Jan 2013 14:46:34 +0100 Subject: [PATCH] fix global font size --- IPython/frontend/html/notebook/static/less/notebook.less | 1 + 1 file changed, 1 insertion(+) diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less index 852e76297..0da6b5af3 100644 --- a/IPython/frontend/html/notebook/static/less/notebook.less +++ b/IPython/frontend/html/notebook/static/less/notebook.less @@ -113,6 +113,7 @@ span#notebook_name { #ipython-main-app { width: 100%; position: relative; + font-size: 110%; } span#quick_help_area {