From b110a02e7a6898a6034e87f55a4639f670cb902a Mon Sep 17 00:00:00 2001 From: MinRK Date: Sun, 24 Mar 2013 12:59:41 -0700 Subject: [PATCH] s/heading-link/heading-anchor/ --- IPython/frontend/html/notebook/static/js/textcell.js | 2 +- IPython/frontend/html/notebook/static/less/notebook.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; }