From 1e2b197ef657b15d87bd656c768d3a86378a9808 2011-08-19 03:37:47 From: Brian E. Granger Date: 2011-08-19 03:37:47 Subject: [PATCH] Help links work on Firefox. --- diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 8957b77..e92bf52 100644 --- a/IPython/frontend/html/notebook/static/css/notebook.css +++ b/IPython/frontend/html/notebook/static/css/notebook.css @@ -67,7 +67,11 @@ div.section_content { padding: 5px; } -span.section_row_buttons > button { +span.section_row_buttons button { + width: 70px; +} + +span.section_row_buttons a { width: 70px; } diff --git a/IPython/frontend/html/notebook/templates/notebook.html b/IPython/frontend/html/notebook/templates/notebook.html index 9153858..7e52294 100644 --- a/IPython/frontend/html/notebook/templates/notebook.html +++ b/IPython/frontend/html/notebook/templates/notebook.html @@ -157,17 +157,17 @@
- - - + Python + IPython + NumPy Links
- - - + MPL + SciPy + SymPy