diff --git a/IPython/frontend/html/notebook/static/js/textcell.js b/IPython/frontend/html/notebook/static/js/textcell.js index ae2b77f5b..fee6a4443 100644 --- a/IPython/frontend/html/notebook/static/js/textcell.js +++ b/IPython/frontend/html/notebook/static/js/textcell.js @@ -520,7 +520,7 @@ var IPython = (function (IPython) { $('') .append( $('') - .addClass('heading-link') + .addClass('heading-anchor') .attr('href', '#' + text) .attr('name', text) .html(text) diff --git a/IPython/frontend/html/notebook/static/less/notebook.less b/IPython/frontend/html/notebook/static/less/notebook.less index 06fd0eef7..6c9a0d54f 100644 --- a/IPython/frontend/html/notebook/static/less/notebook.less +++ b/IPython/frontend/html/notebook/static/less/notebook.less @@ -469,7 +469,7 @@ margin-bottom:0; } -a.heading-link:link { +a.heading-anchor:link { text-decoration: none; color: inherit; }