Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc committed Apr 18, 2018
1 parent be3628a commit bdf116b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@
renderIn : "#div_summary3",
selectors : 'h1,h2'
});
$('#toctitle').html('<h2 style="padding-left:5px !important;">'+titlePlugin+'</h2>');
$('#div_summary #toctitle').html('<h2 style="padding-left:5px !important;">'+titlePlugin+'</h2>');
$('#div_summary2 #toctitle').html('<h2 style="padding-left:5px !important;">'+titlePlugin+'</h2>');
$('#div_summary3 #toctitle').html('<h2 style="padding-left:5px !important;">'+titlePlugin+'</h2>');
$('.toclevel-2').parent().css('color', 'blue');
}
var i = 1, j = 1;
Expand Down

0 comments on commit bdf116b

Please sign in to comment.