##// END OF EJS Templates
s/heading-link/heading-anchor/
MinRK -
Show More
@@ -934,7 +934,7 b' pre,code,kbd,samp{white-space:pre-wrap;}'
934 .js-error{color:darkred;}
934 .js-error{color:darkred;}
935 a{text-decoration:underline;}
935 a{text-decoration:underline;}
936 p{margin-bottom:0;}
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 @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;}
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 .rendered_html strong{font-weight:bold;}
939 .rendered_html strong{font-weight:bold;}
940 .rendered_html u{text-decoration:underline;}
940 .rendered_html u{text-decoration:underline;}
@@ -520,7 +520,7 b' var IPython = (function (IPython) {'
520 $('<h'+this.level+'/>')
520 $('<h'+this.level+'/>')
521 .append(
521 .append(
522 $('<a/>')
522 $('<a/>')
523 .addClass('heading-link')
523 .addClass('heading-anchor')
524 .attr('href', '#' + text)
524 .attr('href', '#' + text)
525 .attr('name', text)
525 .attr('name', text)
526 .html(text)
526 .html(text)
@@ -469,7 +469,7 b' margin-bottom:0;'
469
469
470 }
470 }
471
471
472 a.heading-link:link {
472 a.heading-anchor:link {
473 text-decoration: none;
473 text-decoration: none;
474 color: inherit;
474 color: inherit;
475 }
475 }
General Comments 0
You need to be logged in to leave comments. Login now