##// END OF EJS Templates
Help links work on Firefox.
Brian E. Granger -
Show More
@@ -67,7 +67,11 b' div.section_content {'
67 67 padding: 5px;
68 68 }
69 69
70 span.section_row_buttons > button {
70 span.section_row_buttons button {
71 width: 70px;
72 }
73
74 span.section_row_buttons a {
71 75 width: 70px;
72 76 }
73 77
@@ -157,17 +157,17 b''
157 157 <div class="section_content">
158 158 <div class="section_row">
159 159 <span id="help_buttons0" class="section_row_buttons">
160 <button id="python_help"><a href="http://docs.python.org" target="_blank">Python</a></button>
161 <button id="ipython_help"><a href="http://ipython.org/documentation.html" target="_blank">IPython</a></button>
162 <button id="numpy_help"><a href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a></button>
160 <a id="python_help" href="http://docs.python.org" target="_blank">Python</a>
161 <a id="ipython_help" href="http://ipython.org/documentation.html" target="_blank">IPython</a>
162 <a id="numpy_help" href="http://docs.scipy.org/doc/numpy/reference/" target="_blank">NumPy</a>
163 163 </span>
164 164 <span class="section_row_header">Links</span>
165 165 </div>
166 166 <div class="section_row">
167 167 <span id="help_buttons1" class="section_row_buttons">
168 <button id="matplotlib_help"><a href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a></button>
169 <button id="scipy_help"><a href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a></button>
170 <button id="sympy_help"><a href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a></button>
168 <a id="matplotlib_help" href="http://matplotlib.sourceforge.net/" target="_blank">MPL</a>
169 <a id="scipy_help" href="http://docs.scipy.org/doc/scipy/reference/" target="_blank">SciPy</a>
170 <a id="sympy_help" href="http://docs.sympy.org/dev/index.html" target="_blank">SymPy</a>
171 171 </span>
172 172 </div>
173 173 <div class="section_row">
General Comments 0
You need to be logged in to leave comments. Login now