From 811d9cbf9c30c529a7cfb4e66560dd33f55f54be 2013-01-30 13:46:34
From: Matthias BUSSONNIER <bussonniermatthias@gmail.com>
Date: 2013-01-30 13:46:34
Subject: [PATCH] fix global font size

---

diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less
index 852e762..0da6b5a 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 {