##// END OF EJS Templates
s/heading-link/heading-anchor/
MinRK -
Show More
@@ -934,7 +934,7 pre,code,kbd,samp{white-space:pre-wrap;}
934 934 .js-error{color:darkred;}
935 935 a{text-decoration:underline;}
936 936 p{margin-bottom:0;}
937 a.heading-link:link{text-decoration:none;color:inherit;}
937 a.heading-anchor:link{text-decoration:none;color:inherit;}
938 938 @media print{body{overflow:visible !important;} div#notebook{overflow:visible !important;} .ui-widget-content{border:0px;} #save_widget{margin:0px !important;} #header,#pager,#pager_splitter,#menubar,#toolbar{display:none !important;} .cell{border:none !important;} .toolbar{display:none;}}.rendered_html{color:black;}.rendered_html em{font-style:italic;}
939 939 .rendered_html strong{font-weight:bold;}
940 940 .rendered_html u{text-decoration:underline;}
@@ -520,7 +520,7 var IPython = (function (IPython) {
520 520 $('<h'+this.level+'/>')
521 521 .append(
522 522 $('<a/>')
523 .addClass('heading-link')
523 .addClass('heading-anchor')
524 524 .attr('href', '#' + text)
525 525 .attr('name', text)
526 526 .html(text)
@@ -469,7 +469,7 margin-bottom:0;
469 469
470 470 }
471 471
472 a.heading-link:link {
472 a.heading-anchor:link {
473 473 text-decoration: none;
474 474 color: inherit;
475 475 }
General Comments 0
You need to be logged in to leave comments. Login now