From 8f149a26230a6f1fea63379c611b95cbdd018d89 Mon Sep 17 00:00:00 2001 From: "Brian E. Granger" Date: Thu, 18 Aug 2011 20:37:47 -0700 Subject: [PATCH] Help links work on Firefox. --- .../frontend/html/notebook/static/css/notebook.css | 6 +++++- .../frontend/html/notebook/templates/notebook.html | 12 ++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/IPython/frontend/html/notebook/static/css/notebook.css b/IPython/frontend/html/notebook/static/css/notebook.css index 8957b77d4..e92bf5246 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 9153858de..7e52294e6 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