From 92eed00596c0d6b2ffdc83d11274d119dd8d7eba 2014-10-07 17:54:50 From: Jessica B. Hamrick Date: 2014-10-07 17:54:50 Subject: [PATCH] Fix button alignment/size --- diff --git a/IPython/html/static/notebook/js/tour.js b/IPython/html/static/notebook/js/tour.js index 5eb23dd..e95b92c 100644 --- a/IPython/html/static/notebook/js/tour.js +++ b/IPython/html/static/notebook/js/tour.js @@ -11,13 +11,13 @@ define([ var tour_style = "
\n" + "
\n" + "
\n" + - "\n" + + "\n" + "

\n" + "
\n" + "
\n" + - "\n" + - "\n" + - "\n" + + "\n" + + "\n" + + "\n" + "
\n" + "
";