From 6af177f5a04d339a3d4ecdb7d1e4fecbc6ad4952 2014-03-20 21:11:05 From: MinRK Date: 2014-03-20 21:11:05 Subject: [PATCH] use box-flex to layout quickhelp --- diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index 84f825f..8f2e8f7 100644 --- a/IPython/html/static/notebook/js/quickhelp.js +++ b/IPython/html/static/notebook/js/quickhelp.js @@ -109,8 +109,8 @@ var IPython = (function (IPython) { var i, half, n; var div = $('
').append($(title)); var sub_div = $('
').addClass('hbox'); - var col1 = $('
').addClass('box-flex0'); - var col2 = $('
').addClass('box-flex0'); + var col1 = $('
').addClass('box-flex1'); + var col2 = $('
').addClass('box-flex1'); n = shortcuts.length; half = ~~(n/2); // Truncate :) for (i=0; i